Android Question Anyway to break into the code while in hard loop

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Sometimes I can get myself into a hard loop and putting in break points does not seem to stop the code

Is there anyway in the debugger to break the running code so I can see where I am in order to understand what is causing the hard loop?

Have lots of debug statements but they don't help in this case.

In Microsoft's debugger (not comparing the two just stating) I can break into the code and look at the call stack to work myself back and see where I am in my code.


BobVal
 

Cableguy

Expert
Licensed User
Longtime User
Have you tried the Legacy Debugger?, its still somewhere in the IDE options
 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Will look into that.
Found my bug.

At Least I had BIG BLOCK Comments saying this could be a hard loop and needs to be looked at before releasing the software. Good thing I hadn't released.

So if it is document is it a bug or a feature? :) LOL

Thanks
 
Upvote 0
Top