Connor Peet

Results 463 comments of Connor Peet

Also, your Node version is ancient (end of life was almost 4 years ago) and has known issues. You may want to upgrade at some point.

It looks like this bug is due to differing behavior in the version of V8 included with Node 8. Its "URLs" are actually paths like `"/api/foo/bar.js"` instead of `"file:///api/foo/bar.js"`.

You can install the [nightly version of the debugger](https://github.com/microsoft/vscode-js-debug#nightly-extension), right click and pick "Install Another Version", and then install an older version. Versions `

I don't plan to fix this. Node 8's reached its end of life date over 5 years ago, there many limitations to its debugging functionality, and practically there are a...

Please try toggling Auto Attach to `Disabled` and then back on again and let me know if the problem persists.

Can you share more info about what you're trying to debug and how you're running it? Anything I can use to help reproduce. https://gifcap.dev/ may be useful.

Ah, yea. If you already used your terminal, refreshing it via that prompt is required to update your environment variables.

Sorry, this issue fell through the cracks. Are you still running into it in modern versions?

This is the same as https://github.com/microsoft/vscode/issues/12066. I want to look at tacking that at some point... it's a good chunk of work. It requires the debugger to parse and understand...