Connor Peet
Connor Peet
> Definitions like the following should not be allowed because we need to parse the name field to extract the argument name: They are not, that is a bug in...
Check out the setting `debug.javascript.defaultRuntimeExecutable`
related: https://github.com/microsoft/vscode-js-debug/issues/1246
This works for me, e.g. here's filtering for a PID 21172 and also a node process listening for the inspector on 21172. Could you share more about the scenario you...
Or maybe just an option to "Show all processes..." in the picker
Thanks, that was quite helpful. @segevfiner wonder if this fixes your use case too.
It should be on the latest version
> I have disabled DWARF debugging info, but I suspect it has to do with our extensive use of WebAssembly. To clarify, you see this issue resolved when you disable...
I'll look into it. We do decompile WASM->WAT regardless of `enableDWARF`. I _try_ not to do that eagerly but the structure of DAP requires us to do it more often...
A bit annoying but the way to do it without setup is 1. Run "Show Running Extensions" and hit the "take extension host profile" button and then just stop it....