1idevicedebug(1) General Commands Manual idevicedebug(1)
2
3
4
6 idevicedebug - Interact with the debugserver service of a device.
7
9 idevicedebug [OPTIONS] COMMAND
10
11
13 Interact with the debug service of a device. Currently the only impleā
14 mented command is "run" and allows execution of developer apps and
15 watch the stdout/stderr of the process.
16
17
19 -u, --udid UDID
20 target specific device by UDID.
21
22 -n, --network
23 connect to network device.
24
25 -e, --env NAME=VALUE
26 set environment variable NAME to VALUE.
27
28 -d, --debug
29 enable communication debugging.
30
31 -h, --help
32 prints usage information.
33
34 -v, --version
35 prints version information.
36
37
39 run BUNDLEID [ARGS...]
40 run app with BUNDLEID and optional ARGS on device.
41
42
44 Martin Szulecki
45
46
48 https://libimobiledevice.org
49
50 https://github.com/libimobiledevice/libimobiledevice
51
52
53
54 idevicedebug(1)