-
Notifications
You must be signed in to change notification settings - Fork 269
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
Debugging crashes under some conditions #367
Comments
@vladimir-kotikov this is related to Proxy objects: see microsoft/vscode#12749 |
From @gmramaswamy on December 16, 2016 11:30 @weinand Can you please help me understand where to specify this debugger "node2". i am using with vscode-react-native extension and in launch.json type is reactnative. please help. |
@vladimir-kotikov aha, if your debug type is "reactnative" then you cannot switch to "node2" (and I will move this issue to the vscode-react-native extension). |
This issue has been fixed by switching to |
From @vladimir-kotikov on November 17, 2016 14:12
We're using this extension in
vscode-react-native
to debug react-native code running inside separate Node process.We've found that debuggee process sometimes just crashes after hitting some specific breakpoints with error message, that looks like it's coming somewhere from Node core.
After some investigation it appeared that the debuggee is actually stops on the breakpoint and reports this event to debugger but right after that, when the extesion tries to request stack, variables, one of these requests causes the crash.
The problem is 100% reproducible using the example at https://github.com/vladimir-kotikov/react_debug_mock/tree/node_v7_crash using the repro steps in README
Copied from original issue: microsoft/vscode-node-debug#112
The text was updated successfully, but these errors were encountered: