a breakpoint is a //! at the end of a line that will, if you run with -debug, single step through a program if that instruction was reached.

Alternatively, you could use beep() in the if branch to see if the code is going that far.


I was once Anonymous_Alcoholic.

Code Breakpoint;