Android Question Asserts/Conditional Breakpoints

TestMyChess

Member
Licensed User
Longtime User
Hi,

Is there a way to set breakpoints in code? Something like

assert False

to start the debugger, or

assert x <> 5

to conditionally start it?

Cheers

John
 
Top