nativescript-vscode-extension
nativescript-vscode-extension copied to clipboard
Preliminary breakpoints are not hit on second launch
Steps to reproduce:
- Set some breakpoints
- Launch on Android/iOS
- Stop the debug session
- Launch again without adding/removing breakpoints Expect the app to stop on the breakpoints added in step 1, but it ignores them. After adding a breakpoint in a random place in a given file, the debugger updates all breakpoints in the file and make them work again.