This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Debugging crashes under some conditions #112
Labels
Comments
@vladimir-kotikov this is related to Proxy objects: see microsoft/vscode#12749 |
@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 repository). |
This issue was moved to microsoft/vscode-react-native#367 |
@weinand, yep, we're using |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: