Is your feature request related to a problem? Please describe.
I have some developer iOS applications I'd like to debug while currently running. Instead of using debugserver to specify the path, I'd like to use it to connect to an already existing process via pid. Kinda like the following Xcode image :
Describe the solution you'd like
go-ios debug --pid
Describe alternatives you've considered
I was going to write my own, but your tool is amazing to the point where I've totally lost interest on my stuff
Is your feature request related to a problem? Please describe.
I have some developer iOS applications I'd like to debug while currently running. Instead of using debugserver to specify the path, I'd like to use it to connect to an already existing process via pid. Kinda like the following Xcode image :
Describe the solution you'd like
go-ios debug --pid
Describe alternatives you've considered
I was going to write my own, but your tool is amazing to the point where I've totally lost interest on my stuff