blob: 7314baacdb73b459b4336a169a48cd8b4934eb3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
.TH "idevicedebug" 1
.SH NAME
idevicedebug \- Interact with the debugserver service of a device.
.SH SYNOPSIS
.B idevicedebug
[OPTIONS] COMMAND
.SH DESCRIPTION
Interact with the debug service of a device. Currently the only implemented
command is "run" and allows execution of developer apps and watch the
stdout/stderr of the process.
.SH OPTIONS
.TP
.B \-u, \-\-udid UDID
target specific device by UDID.
.TP
.B \-n, \-\-network
connect to network device.
.TP
.B \-e, \-\-env NAME=VALUE
set environment variable NAME to VALUE.
.TP
.B \-d, \-\-debug
enable communication debugging.
.TP
.B \-h, \-\-help
prints usage information.
.TP
.B \-v, \-\-version
prints version information.
.SH COMMANDS
.TP
.B run BUNDLEID [ARGS...]
run app with BUNDLEID and optional ARGS on device.
.SH AUTHORS
Martin Szulecki
.SH ON THE WEB
https://libimobiledevice.org
https://github.com/libimobiledevice/libimobiledevice
|