-
Notifications
You must be signed in to change notification settings - Fork 29.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension debugging: Debugger stops but doesn't show call stack #5348
Comments
This works in 1.0.0 |
VSCode is getting an empty callstack from node debug, forwarding to @weinand |
Asigning to me to investigate |
The error that the node adapter gets from node is
It happens here Will continue investigating, pasting info here maybe @weinand, @bpasero have a suggestion |
I did not hear about this issue before. Unrelated: You should really find a way to return these errors back to the adapter and display them somehow, the error in https://github.com/Microsoft/vscode-node-debug/blob/master/src/node/nodeDebug.ts#L1527 seems totally not being used? |
Can not reproduce this with a small node 5.10 attach sample. So somehow trying to attach to node inside extension host makes the difference here. |
Fixed this morning by Ben and me. Works for me now |
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: