Android Debugger Going Every Class

54 views Asked by At

Android Debugger is not entering at my points. I'm pressing F8(Step Over) for complete the debugging, debugger jumps to :View.class,AsyncTask.class.

If I don't exit the class, debugger waits for long time. How can I set debugger for going to my point. Is it possible? Thanks!

1

There are 1 answers

0
Berat Eyüboğlu On BEST ANSWER

Solution:

Guys if debugger is not entering at your points and jump to class inside. Click the Continue button on the left side. Debugger going to your point.