microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Question about how the callstack is handled for stackframes with unknown source #103

Closed StephenBloomquist closed 7 years ago

StephenBloomquist commented 7 years ago

Is there a way to get VSCode to stop sending the "Unable to open 'Unknown Source'" error message when a stackframe with an unknown source is clicked (e.g. just do nothing)? Am I simply not handling or otherwise mishandling something when I get this, or is this an error that comes from behind the scenes?

Thanks!

weinand commented 7 years ago

Dup of https://github.com/Microsoft/vscode/issues/20622

weinand commented 7 years ago

Should be fixed in Insiders.