Is debugging mode safe?

Trustwave recommends that mobile devices should not be set to USB Debugging mode . When a device is in USB Debugging mode, a computer connected to the device can read all data, run commands, and install or remove apps. The security of the device settings and data could be compromised.

Read more

Should I use debug mode?

In a typical day, you should be developing in Debug mode . Most languages insert extra checks into a debug mode application. These spot more bugs but tend to slow down the application a bit. Yet you must also do siginificant testing of Release mode as part of your development process.

Read more