Reconnect to debug process on Android using Eclipse with ADT

后端 未结 1 808
耶瑟儿~
耶瑟儿~ 2021-01-18 00:45

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 ?

1条回答
  •  一生所求
    2021-01-18 01:13

    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.

    0 讨论(0)
提交回复
热议问题