Changes between Version 57 and Version 58 of Features/Perl5Debugger
- Timestamp:
- 11/29/11 22:05:52 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v57 v58 4 4 ~~If you want to see this in Padre trunk.~~ 5 5 * you will require Debug::Client 0.15 6 * cpanm -v http://cpan.metacpan.org/authors/id/B/BO/BOWTIE/Debug-Client-0.15.tar.gz7 * use feature_debug2 => 1 (this is now default)8 * you will also need to Prefs->Adv->main_tool-bar_items Reset, for the three new tool-bar icons6 * ~~cpanm -v http://cpan.metacpan.org/authors/id/B/BO/BOWTIE/Debug-Client-0.15.tar.gz~~ 7 * ~~use feature_debug2 => 1 (this is now default)~~ 8 * ~~you will also need to Prefs->Adv->main_tool-bar_items Reset, for the three new tool-bar icons~~ 9 9 10 10 * Breakpoints up and working … … 38 38 * breakpoint toggle adds blue dotdotdot margin marker. (works with or without Breakpoints panel visible, so you can add BP's as you go) 39 39 * quit debugger ( initially greyed out ) 40 40 NB If you do not see the new icons, you will also need to Tools->Preferences->Advanced->main_tool-bar_items Reset, for the three new tool-bar icons 41 41 == Breakpoints 42 42 … … 78 78 why blue, I here you ask?, well others use yellow and red, but we have a wonderful blue Morpho butterfly :) hence blue 79 79 80 [[Image(debugger .png)]][[Image(debugger2.png)]][[Image(debugger3.png)]]80 [[Image(debugger1.png)]][[Image(debugger3.png)]] 81 81 82 82 === Show
