Jump to content

Debuggin with lldb iOS 8.1


Go to solution Solved by orella,

17 posts in this topic

Recommended Posts

Posted

I solved the problem but i went to sleep :p

 

This is what i did:

 

used this command to attach the game: ~/debugserver *:1234 --attach=*GameID*

 

and in lldb terminal: process connect connect://iDeviceIP:1234

 

And finally solved the connection problem ^^

 

 

Windows 8.1 x64 and iOS 8.1.2.. Debugger downloaded from Dida link...

 

GAME IS DRAW SOMETHING Process 936 for example...

 

i start firs lldb... then... putty...

so in putty i use port 22 and device IP says 192.168.1.3 to oppen SSH... Login as Root.... Lets say process id is 936

 

So first i need to put this in putty.... "debugserver 192.168.1.3:22 --attach=936"

Then i need to place this in lldb "process connect connect://192.168.1.3:22"

 

And thats it??? correct me if am wrong in something... Because I have Troubles...

Posted (edited)

Windows 8.1 x64 and iOS 8.1.2.. Debugger downloaded from Dida link...

 

GAME IS DRAW SOMETHING Process 936 for example...

 

i start firs lldb... then... putty...

so in putty i use port 22 and device IP says 192.168.1.3 to oppen SSH... Login as Root.... Lets say process id is 936

 

So first i need to put this in putty.... "debugserver 192.168.1.3:22 --attach=936"

Then i need to place this in lldb "process connect connect://192.168.1.3:22"

 

And thats it??? correct me if am wrong in something... Because I have Troubles...

thats all :3

 

use DiDA's tut pictures for understanding

Updated by Amuyea

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines