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
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