0

I like having fun with certain programming code lines so here I am and would like to know which Android debug code triggers an application or android system to display a dialogue box with the information saying "Application waiting for debugger to attach", thanks guys!

1 Answers1

0

Debugger has few stuff at kernel level. normally debugger is used by only developers to debug the application (user've nothing to do with this.) we can manually / automatically attach the debugger. additionally, it was a bug earlier. for info about steps: https://stackoverflow.com/a/35637464/10705803

Muhammad Ali
  • 1,055
  • 6
  • 11