Android Question Break to debug on error?

Troberg

Well-Known Member
Licensed User
Longtime User
Is there any way to get the debugger to break on error, as if there was a breakpoint (much like VB does)?

Sometimes, it's very hard to repeat errors consistently (especially if there is some kind of randomness involved, and the errors don't occur frequently), and then it's much better to go into debug mode when the error happens, so I can immediately check what went wrong and where.
 

Troberg

Well-Known Member
Licensed User
Longtime User
Ah, thanks! It worked in legacy mode, so I'll just switch when I'm hunting down a bug that is good at hiding.

I'm impressed by your rapid responses, can you get anything else done? :)
 
Upvote 0
Top