Reputation: 1482
We've following option in Eclipse, which allows us to attach debugger to already running process.
I'm looking for a similar option in Android studio, Can somebody tell me where we've this option ?
Upvotes: 5
Views: 2455
Reputation: 15668
Please see the image below on where to find the icon. A popup window will appear to ask you to which process you want to attach to. Select your app.
Upvotes: 1
Reputation: 664
Android Studio has this option, the icon looks like this:
Read more about it here
Upvotes: 7
Reputation: 1043
At the debug button in the toolbar. Here debugging with android-studio you have all the info.
The process is basically the same :
Upvotes: 1