Changes between Version 32 and Version 33 of Features/Perl5Debugger
- Timestamp:
- 11/17/11 19:44:26 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v32 v33 12 12 * Debugger up and working 13 13 14 critiques welcome regarding Debug-Output Options15 16 = {{{Padre-Plugin-Debug 0.13_07}}}17 == Debug-Simulator Dialog18 19 * as we are running via a plugin, we need to simulate where these features will go.20 21 * you will require Debug::Client 0.13_0822 * cpanm -v http://cpan.metacpan.org/authors/id/B/BO/BOWTIE/Debug-Client-0.13_08.tar.gz23 24 14 * tool-tips used extensively throughout 25 26 15 * See http://perldoc.perl.org/perldebug.html 16 17 critiques welcome 27 18 ---- 28 * two new panel launchers 29 Q1, check boxes will go in Menu, 30 * A, View 31 * B, Debug 32 ---- 19 == {{{Tool-Bar}}} 33 20 * we only need 3 buttons on the tool bar, (shown with border here to emphasise only) 34 21 * launch debugger ( launches Breakpoints & Debugger, enables tool-bar quit and then runs debug against current file ) 35 22 * breakpoint toggle adds blue dotdotdot margin marker 36 23 * quit debugger ( initially greyed out ) 37 38 [[Image(debug-sim.png)]]39 24 40 25 == Breakpoints
