Skip to content

Commit f09512a

Browse files
author
Mihail Slavchev
committed
update documentation
1 parent 90a4875 commit f09512a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

resources/help.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,11 +421,9 @@ Usage:
421421
Platform-specific usage:
422422
$ tns debug android --get-port
423423
$ tns debug android --debug-brk
424-
$ tns debug ios --debug-brk --debug-port 12345
424+
$ tns debug ios --debug-brk
425425
$ nativescript debug android --debug-brk
426-
$ nativescript debug ios --start --debug-port 12345
427-
428-
TODO: add proper help content
426+
$ nativescript debug ios --start
429427

430428
Debugs your project on a connected device or in the native emulator, if configured. This is shorthand for prepare, build, and deploy.
431429
<Device ID> is the index or name of the target device as listed by $ tns list-devices.
@@ -437,6 +435,7 @@ Before building for the Android emulator, verify that you have met the following
437435
You have created at least one device with the Android Virtual Device manager.
438436

439437
Before building for iOS device, verify that you have configured a valid pair of certificate and provisioning profile on your OS X system.
438+
Connecting to iOS device always uses port 8080, --get-port and --debug-port are not supported.
440439

441440
Options:
442441
--device - Specifies a connected device on which to run the app.

0 commit comments

Comments
 (0)