You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can get most of the way there with ios-deploy --nolldb. That will start debugserver on the ios device and print a port to the console. To get a working debug session you will need to open a separate terminal, start lldb, and run process connect connect://localhost:${DEBUGSERVER_PORT} to connect to the device.
To get this working using just ios-deploy --debug you could probably update LLDB_PREP_CMDS to be conditional on whether a bundle was also provided.
Include the command line arguments you used for ios-deploy.
$ ios-deploy --debug
Expected behavior
I'd like this to launch a debug session such that I can use lldb to attach to any PID, launch an existing (already installed) app and debug.
Actual behavior.
$ ios-deploy --debug
2022-04-05 07:09:57.961 ios-deploy[91234:1321025] Usage: ios-deploy [OPTION]...
... shows help menu...
Steps to reproduce the problem
System Specs
Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.
The text was updated successfully, but these errors were encountered: