vscode: Upgrading from 1.46 to 1.47 causes breakpoints in Node app to be unbound
- VSCode Version: 1.47
- OS Version: Windows 10
Steps to Reproduce:
- In 1.46 run typescript/node app in debug mode with breakpoint set in program file (e.g. test.js)
- Execution pauses in program file at breakpoint
- Upgrade to 1.47
- Same execution does not pause, during execution breakpoint disc is grey instead of red and hovers as “breakpoint unbound”
- Downgrade by reinstalling 1.46
- Breakpoint works again
Does this issue occur when all extensions are disabled?: Unknown, I already downgraded to 1.46
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 5
- Comments: 25 (13 by maintainers)
It seems that
lang="ts"removes the device we rely upon to figure out which among the generated Vue files is the one we’re afte. I will update the issue I have on Vue. There’s no action we can take in js-debug with your configuration at the moment; the generated code paths are indistinguishable from the ‘real’ one.https://github.com/vuejs/vue/issues/11023#issuecomment-657167359
I’ll keep this issue open for @nynj’s issue. @nynj, can you provide log files using the instructions above? https://github.com/microsoft/vscode/issues/102253#issuecomment-657159429