Skip to content

Commit 923e629

Browse files
author
Vladimir Enchev
committed
help fixed
1 parent 95fd96b commit 923e629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/man_pages/project/testing/debug-ios.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
debug ios
22
==========
3-
All you need to do to start debugging your app is to execute `tns debug ios`. The NativeScript CLI will build, deploy, start your app, start Chrome DevTools and attach the debugger.
3+
All you need to do to start debugging your app is to execute `tns debug ios`. The NativeScript CLI will build, deploy, start your app, start Safari Web Inspector and attach the debugger.
44
* You cannot debug if there are multiple devices available (emulators and/or real devices). You need to have started only one device or emulator.
55

66
Usage | Synopsis
77
---|---
8+
Deploy on device, run the app and attach the debugger | `$ tns debug ios`
89
Deploy on device, run the app and stop at the first breakpoint | `$ tns debug ios --debug-brk [--device <Device ID>] [--no-client]`
910
Deploy in the iOS Simulator, run the app and stop at the first breakpoint | `$ tns debug ios --debug-brk --emulator [<Emulator Options>] [--no-client]`
1011
Attach the debug tools to a running app on device | `$ tns debug ios --start [--device <Device ID>] [--no-client]`

0 commit comments

Comments
 (0)