Changes between Version 15 and Version 16 of Features/Perl5Debugger
- Timestamp:
- 11/13/11 17:44:01 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v15 v16 35 35 [[Image(debugbreakpoints.png)]] 36 36 == Debugger 37 When you "run debug" :) 38 39 * the debugger will load breakpoints against a file as it is load by the perl debug program, this means you need to step-in to force the breakpoints to be loaded, if you get it wrong, just quit adjust breakpoints and re run. 40 * I have been playing with auto-loading of all project breakpoints, but I have been experiencing bleeding of breakpoints across files :( 41 37 42 * new icons will only be visible when debug is running 38 43 * step-in(s), step-out(n), step-over(r), run-till(c), glasses, quit 39 * glasses, as per previous version, shown in black text ( if you select $_ remember DWISNWIM ) 44 * glasses, as per previous version, shown in black text ( if you select $_ remember DWISNWIM ) 45 46 * when perl debug is running the Debugger Output panel will be opened, initially with the perl debug help screen. 47 * note the green round rectangle in margin, showing debug position, as previously 48 * Tip if you want to delay closing of debugger output, breakpoint the {{{1;}}} at end of your file :) 49 50 40 51 why blue, I here you ask?, well others use yellow and red, but we have a wonderful blue Morpho butterfly :) hence blue 41 52 == Debugger Output
