Gainster
Gainster

Reputation: 5631

Unable to hit debugger in ( Android)

Dont what when wrong here , debuger use to hit the code. But after I delete the emulator and recreate one , after I cant debug the code.

I have to log exceptions using Log.e() which is quite painfully.

Can you please how to enable debuging ?

enter image description here

enter image description here

Breakpoints are enable, but they disable enter image description here

Upvotes: 0

Views: 83

Answers (2)

Gainster
Gainster

Reputation: 5631

Run --> Double click skip all breakpoints. Resolved the issue.

Upvotes: 1

MByD
MByD

Reputation: 137272

I might be missing something, but from the picture it seems like all your breakpoints are disabled. Try enabling them (right click on breakpoint -> enable breakpoint)

Upvotes: 1

Related Questions