Hi
I have been trying to use conditional breakpoints to debug a loop i made. However, pressing shift+F2 does nothing. I can set a standard breakpoint using F2, and if I right click the breakpoint the option 'set conditional breakpoint' is marked grey. Any suggestions?
Also, when running the debugger is there a step option that goes further than step over, and not only steps over functions and subroutines, but skips the body of a loop; such that I can see variable values after each iteration of a do loop, but not needing to step through every line in the loop everytime?
I'm using plato, FTN95 personal edition.
Thanks beforehand for all suggestions