Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reconnect to debug process on Android using Eclipse with ADT

It's possible using eclipse debug perspective to disconnect from a debug process.

After this, is it possible to reconnect Eclipse debugger on this process ?

like image 326
Mathieu Avatar asked Jul 05 '11 13:07

Mathieu


1 Answers

Yes, generally. You can disconnect using the "Disconnect" toolbar button in the Debug view (looks a bit like a horizontal red lightning bolt!).

To reconnect, change to the "DDMS" perspective, select the process you'd like to (re)connect to in the "Devices" pane and click the green "Debug the selected process..." button at the top of that pane.

like image 168
If This Is Art Avatar answered Nov 15 '22 20:11

If This Is Art