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
@lukaspechar After some more investigation, we noticed that the hang occurs while processing the result of the Debugger.getScriptSource method. Based on the CDP Proxy logs, this method was not called in vscode v1.56.2.
It seems that the problem caused by updating js-debug version, which React Native Tools uses to debug applications. You may open an issue in the js-debug repository. For now, there is a workaround to downgrade the version of your vscode up to version v1.56.2. Feel free to contact us if you have any other questions or need our help in solving this problem.
The text was updated successfully, but these errors were encountered:
lukaspechar
changed the title
@lukaspechar After some more investigation, we noticed that the hang occurs while processing the result of the Debugger.getScriptSource method. Based on the CDP Proxy logs, this method was not called in vscode v1.56.2.
Can't continue debugging React Native TypeScript app once breakpoint is hit
Jun 22, 2021
@lukaspechar After some more investigation, we noticed that the hang occurs while processing the result of the Debugger.getScriptSource method. Based on the CDP Proxy logs, this method was not called in vscode
v1.56.2
.It seems that the problem caused by updating
js-debug
version, whichReact Native Tools
uses to debug applications. You may open an issue in thejs-debug
repository. For now, there is a workaround to downgrade the version of your vscode up to versionv1.56.2
. Feel free to contact us if you have any other questions or need our help in solving this problem.Originally posted by @JiglioNero in microsoft/vscode-react-native#1598 (comment)
The text was updated successfully, but these errors were encountered: