Skip to content

Commit 5670df2

Browse files
ikoevskaFatme Havaluova
authored and
Fatme Havaluova
committed
Fixed wrong platform in the command syntax
1 parent b1f43b5 commit 5670df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Usage | Synopsis
66
Deploy on device, run the app and stop at the first breakpoint | `$ tns debug android --debug-brk [--device <Device ID>] [--debug-port <port>]`
77
Deploy in the native emulator, run the app and stop at the first breakpoint | `$ tns debug android --debug-brk --emulator [<Emulator Options>]`
88
Deploy in Genymotion, run the app and stop at the first breakpoint | `$ tns debug android --debug-brk --geny <Geny Name>`
9-
Attach the debug tools to a running app on device | `$ tns debug ios --start [--device <Device ID>] [--debug-port <port>]`
9+
Attach the debug tools to a running app on device | `$ tns debug android --start [--device <Device ID>] [--debug-port <port>]`
1010
Attach the debug tools to a running app in the native emulator | `$ tns debug android --start --emulator [<Emulator Options>]`
1111
Attach the debug tools to a running app in Genymotion | `$ tns debug android --start --geny <Geny Name> [--print-app-output]`
1212
Retrieve the device port on which you are debugging | `$ tns debug android [--device <Device ID>] --get-port`

0 commit comments

Comments
 (0)