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
Windows livesync now hot-refreshes a running app when the bundler is vite
with HMR on, and still launches it on the first sync. Adds windows to the
bundler's user project platforms and drops a stale app.nsbundle on dev
builds.
Copy file name to clipboardExpand all lines: docs/man_pages/project/testing/debug-windows.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ position: 7
7
7
8
8
### Description
9
9
10
-
Initiates a debugging session for your project on the local Windows machine. When necessary, the command will prepare, build, deploy and launch the app before starting the debug session. The NativeScript runtime starts a Chrome DevTools Protocol server on port 9229 — attach Chrome DevTools or any CDP-compatible debugger to `ws://localhost:9229`.
10
+
Initiates a debugging session for your project on the local Windows machine. When necessary, the command will prepare, build, deploy and launch the app before starting the debug session. The NativeScript runtime starts a Chrome DevTools Protocol server on port 9229. Attach Chrome DevTools or any CDP-compatible debugger to `ws://localhost:9229`.
11
11
12
12
<% if(isConsole && (isLinux || isMacOS)) { %>WARNING: You can run this command only on Windows systems. To view the complete help for this command, run `$ ns help debug windows`<% } %>
13
13
<% if((isConsole && isWindows) || isHtml) { %>
@@ -45,7 +45,7 @@ Attach the debug tools to a running app | `$ ns debug windows --start [--timeout
45
45
1. Run `ns debug windows`
46
46
2. Open Chrome and navigate to `chrome://inspect`
47
47
3. Under **Devices**, click **Configure** and add `localhost:9229`
48
-
4. The NativeScript runtime will appear under **Remote Target** — click**inspect**
48
+
4. The NativeScript runtime will appear under **Remote Target**. Click**inspect**
0 commit comments