Skip to content

Commit 221f49d

Browse files
author
Vladimir Enchev
committed
help fixed
1 parent 923e629 commit 221f49d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All you need to do to start debugging your app is to execute `tns debug android`
66

77
Usage | Synopsis
88
---|---
9+
Deploy on device, run the app and attach the debugger | `$ tns debug android`
910
Deploy on device, run the app and stop at the first breakpoint | `$ tns debug android --debug-brk [--device <Device ID>] [--debug-port <port>] [--timeout <timeout>]`
1011
Deploy in the native emulator, run the app and stop at the first breakpoint | `$ tns debug android --debug-brk --emulator [<Emulator Options>] [--timeout <timeout>]`
1112
Deploy in Genymotion, run the app and stop at the first breakpoint | `$ tns debug android --debug-brk --geny <Geny Name> [--timeout <timeout>]`

0 commit comments

Comments
 (0)