File tree 1 file changed +1
-1
lines changed
docs/man_pages/project/testing
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Usage | Synopsis
6
6
Deploy on device, run the app and stop at the first breakpoint | ` $ tns debug android --debug-brk [--device <Device ID>] [--debug-port <port>] `
7
7
Deploy in the native emulator, run the app and stop at the first breakpoint | ` $ tns debug android --debug-brk --emulator [<Emulator Options>] `
8
8
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>] `
10
10
Attach the debug tools to a running app in the native emulator | ` $ tns debug android --start --emulator [<Emulator Options>] `
11
11
Attach the debug tools to a running app in Genymotion | ` $ tns debug android --start --geny <Geny Name> [--print-app-output] `
12
12
Retrieve the device port on which you are debugging | ` $ tns debug android [--device <Device ID>] --get-port `
You can’t perform that action at this time.
0 commit comments