nativescript-vscode-extension icon indicating copy to clipboard operation
nativescript-vscode-extension copied to clipboard

Preliminary breakpoints are not hit on second launch

Open ivanbuhov opened this issue 8 years ago • 2 comments

Steps to reproduce:

  1. Set some breakpoints
  2. Launch on Android/iOS
  3. Stop the debug session
  4. 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.

ivanbuhov avatar Feb 13 '17 11:02 ivanbuhov