Stepping through code
Is there a way to step through your code without stepping through your "use" modules?
Answer:
Try using "step over" instead of "single step" when debugging, and only use "single step" when you want to enter a subroutine.
If you want to also skip code in used modules when you start the debugger, try having a breakpoint somewhere where your code begins, and press "continue script" after starting a debug session.
04.03.2003. 15:31
This article hasn't been commented yet.
Write a comment