| BB4W doesn't have 'breakpoints' as such, but if you insert a TRACE STEP ON in your code it will pause at that point and allow you to single-step.  Since the 'breakpoint' is now part of the program it will take effect every time execution reaches that statement.  |  
  |