Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Uncaught Error - uri #667

Closed
vscodeerrors opened this issue Nov 25, 2015 · 2 comments
Closed

Uncaught Error - uri #667

vscodeerrors opened this issue Nov 25, 2015 · 2 comments
Assignees
Labels
error-telemetry VS Code - Issues generated by telemetry verified Verification succeeded

Comments

@vscodeerrors
Copy link

Issue Id: dd7f2b59-2ac5-8d7c-8c81-0f61c7bd5b85

Versions
- 0.10.1-release
Stack
[/vs/base/common/uri.ts#L177:9 (URI.file)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/src/vs/base/common/uri.ts#L177:9 %28URI.file%29)
[/vs/workbench/parts/debug/common/debug.ts#L102:36 (Source.fromRawSource)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/src/vs/workbench/parts/debug/common/debug.ts#L102:36 %28Source.fromRawSource%29)
[/vs/workbench/parts/debug/common/debugModel.ts#L553:76 (Model.rawUpdate)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/src/vs/workbench/parts/debug/common/debugModel.ts#L553:76 %28Model.rawUpdate%29)
[/vs/workbench/parts/debug/common/debugModel.ts#L547:58 (Model.rawUpdate)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/src/vs/workbench/parts/debug/common/debugModel.ts#L547:58 %28Model.rawUpdate%29)
[/vs/workbench/parts/debug/browser/debugService.ts#L203:16 (DebugService.registerSessionListeners)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/src/vs/workbench/parts/debug/browser/debugService.ts#L203:16 %28DebugService.registerSessionListeners%29)
[vs/workbench/vs/base/common/winjs.base.raw.js#L1782:0 (onComplete)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/srcvs/workbench/vs/base/common/winjs.base.raw.js#L1782:0 %28onComplete%29)
[vs/workbench/vs/base/common/winjs.base.raw.js#L1448:0 (call)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/srcvs/workbench/vs/base/common/winjs.base.raw.js#L1448:0 %28call%29)
[vs/workbench/vs/base/common/winjs.base.raw.js#L1127:0 (_notify)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/srcvs/workbench/vs/base/common/winjs.base.raw.js#L1127:0 %28_notify%29)
[vs/workbench/vs/base/common/winjs.base.raw.js#L1343:0 (enter)](https://github.com/microsoft/vscode/blob/df352367df2efcfa9d602d471e4e2f42140a0f05/srcvs/workbench/vs/base/common/winjs.base.raw.js#L1343:0 %28enter%29)
at Object.__dirname.undefined.P.enter (out/vs/workbench/workbench.main.js:1544:5535)
at __dirname.undefined.t.Class.define._run (out/vs/workbench/workbench.main.js:1544:7361)

@vscodeerrors vscodeerrors changed the title Uncaught Error Uncaught Error - uri Nov 25, 2015
@sofianhn sofianhn added the error-telemetry VS Code - Issues generated by telemetry label Nov 25, 2015
@isidorn
Copy link
Contributor

isidorn commented Nov 26, 2015

I improved the error message for now so next time we now what is wrong with the passed uri. The error might be comming from debug backend.

@isidorn
Copy link
Contributor

isidorn commented Nov 26, 2015

Argh forgot that I can not have a path in an error due to privacy issues. Leaving this closed until it happens again since this error currently does not give me enought space to do something

@isidorn isidorn added the verified Verification succeeded label Feb 26, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
error-telemetry VS Code - Issues generated by telemetry verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@isidorn @sofianhn @vscodeerrors and others