Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 40a99bb

Browse files
sis0k0NickIliev
authored andcommitted
refactor(vscode-extension): add missing characters (#1799)
1 parent ceef31d commit 40a99bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tooling/visual-studio-code-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Choose one of the launch configurations (e.g., `Launch on iOS`) and press the `S
3333

3434
Once the debugger is attached you can inspect scope variables, set breakpoints, watch expressions, execute code while the app is paused on a breakpoint etc. You can find more information about the debugging support in Visual Studio Code in the [VS Code Debugging Guide](https://code.visualstudio.com/docs/editor/debugging).
3535

36-
What's more awesome is that the default launch configurations take advantage of the NativeScrfunctionality. Therefore, while the VS Code debugger is attached, every change to the app's source will trigger a livesync (after saving the altered file) which will update and restart the target application while the VS Code debugger is automatically reattached to the new app instance preserving all breakpoints and watched expressions. The watching feature can be disabled by setting the `watch` flag to `false` in your `launch.json` configurations.
36+
What's more awesome is that the default launch configurations take advantage of the NativeScript CLI functionality. Therefore, while the VS Code debugger is attached, every change to the app's source will trigger a livesync (after saving the altered file) which will update and restart the target application while the VS Code debugger is automatically reattached to the new app instance preserving all breakpoints and watched expressions. The watching feature can be disabled by setting the `watch` flag to `false` in your `launch.json` configurations.
3737

3838
### Attach the debugger to an already running app
3939

0 commit comments

Comments
 (0)