Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop debug without closing app in Android Studio 2

when I debugging my application and if I click on th Stop button -

enter image description here

  • debugging stopped work - and! - my application closing. (I think android studio just kills proccess).

How can I stop debugging without stopping process?

like image 807
Artem Avatar asked Apr 15 '16 12:04

Artem


People also ask

How do I stop a debug session?

To end a debugging session in Microsoft Visual Studio, from the Debug menu, choose Stop Debugging.

What is waiting for debugger?

This setting allows the execution of an app to be paused until a debugger is attached to it, upon the launch of the app. The app to debug must first be selected using the Debug app option.

How do I uninstall debugger on Android?

Go to Settings and scroll to the System section (on Android 8 and above, go to Settings > System) Tap Developer Options. Tap the button to toggle developer options Off. USB Debugging is included in the Developer Options.


1 Answers

Press the Close button:

enter image description here

then press Disconnect in the dialog, paying attention to leave unchecked Terminate the process after disconnect:

enter image description here

like image 198
Mattia Maestrini Avatar answered Oct 20 '22 22:10

Mattia Maestrini