You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
We are maintainers of vscode-react-native extension and recently we've got the following issue: microsoft/vscode-react-native#625 (comment) - for some reason, debugging does not stop on breakpoints on the first start, but it actually works as expected when we are removing and adding breakpoints again.
We have a lot of users affected by this issue so we are hoping that somebody from vscode-node-debug2 team could help us to understand what is the cause of problem. Any advices, clues will be much appreciated as well.
Hi everyone.
We are maintainers of
vscode-react-nativeextension and recently we've got the following issue: microsoft/vscode-react-native#625 (comment) - for some reason, debugging does not stop on breakpoints on the first start, but it actually works as expected when we are removing and adding breakpoints again.As we know, previously the following hack has been implemented to avoid such kind of problem, but currently it does not work https://github.com/Microsoft/vscode-react-native/blob/e315e3db8545c6f69dd85e9bb0b17b239e52500b/src/debugger/nodeDebugWrapper.ts#L205.
This issue DOES NOT reproduce on previous versions of Vs code such as
1.19.3or0.18.1, but DOES reproduce on the latest one:1.20.1.@roblourens here: microsoft/vscode-chrome-debug-core#293 (comment) supposes that something changed in
vscode-node-debug2between those versions.We have a lot of users affected by this issue so we are hoping that somebody from
vscode-node-debug2team could help us to understand what is the cause of problem. Any advices, clues will be much appreciated as well.