Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Terminate debug on device

I'm a bit confused about debugging on a device. When I use the emulator, after the debug session, I simply close the emulator window... but when debugging on my device, how can I close the session??simply disconnecting the USB cable?

And the installed .apk ( installed by Eclipse ) should be removed manually?

like image 490
Salv0 Avatar asked Jan 09 '11 16:01

Salv0


People also ask

How do I terminate debugging?

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

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.

How do I disable ADB on Android?

To stop the adb server, use the adb kill-server command. You can then restart the server by issuing any other adb command.

What is Android debug mode?

USB Debugging allows an Android device to communicate with a computer that's running the Android SDK in order to use advanced operations. When you develop Android apps, you have to install the Android Software Developer Kit (SDK) on your computer.


Video Answer


1 Answers

You can do this by going to the Debug perspective, right clicking your application, and selecting "Disconnect" or "Terminate".

alt text

like image 168
Kevin Coppock Avatar answered Sep 20 '22 02:09

Kevin Coppock