idevicedebug.1 907 B

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