Changes between Version 20 and Version 21 of Features/Perl5Debugger
- Timestamp:
- 11/13/11 19:32:05 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v20 v21 20 20 ---- 21 21 * we only need 3 buttons on the tool bar, (shown with border here to emphasise only) 22 * launch debugger ( launches Breakpoints & Debugger and then runs debug against current file )22 * launch debugger ( launches Breakpoints & Debugger, enables tool-bar quit and then runs debug against current file ) 23 23 * breakpoint toggle adds blue dotdotdot margin marker 24 24 * quit debugger ( initially greyed out ) … … 47 47 == Debugger 48 48 When you "run debug" :) 49 49 * quit(q) is always visible, ( toolbar quit should now be enabled, todo when in trunk ) 50 50 * the debugger will load breakpoints against the current file when it is load by the perl debug program, this means you need to step-in to force the breakpoints to be loaded in a subsequent file, if you get it wrong, just quit adjust breakpoints and re run. 51 51 * I have been playing with auto-loading of all initial project breakpoints, but I have been experiencing bleeding of breakpoints across files, so turned this feature off but I want to rectify this :( 52 52 53 53 * new icons will only be visible when debug is running 54 * step-in(s), step-out(n), step-over(r), run-till(c), glasses(p) , quit(q)54 * step-in(s), step-out(n), step-over(r), run-till(c), glasses(p) 55 55 * glasses, as per previous version, shown in black text ( if you select $_ remember DWISNWIM ) 56 56
