Changes between Version 46 and Version 47 of Features/Perl5Debugger
- Timestamp:
- 11/24/11 22:43:37 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v46 v47 1 1 [[PageOutline(1-4)]] 2 2 [wiki:Features <-back] 3 = Debug2 in Padre trunk 0.93 r17 4693 = Debug2 in Padre trunk 0.93 r17526 4 4 If you want to see this in Padre trunk. 5 * you will require Debug::Client 0.1 3_106 * cpanm -v http://cpan.metacpan.org/authors/id/B/BO/BOWTIE/Debug-Client-0.1 3_10.tar.gz7 * use feature_debug2 => 1 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.gz 7 * use feature_debug2 => 1 (this is now default) 8 8 * you will also need to Prefs->Adv->main_tool-bar_items Reset, for the three new tool-bar icons 9 9 … … 39 39 40 40 Middle 41 * blue Current File42 * gray MARKER_NOT_BREAKABLE( dotdotdot margin markers are also gray )43 * green project files41 * Current File (BLUE) 42 * MARKER_NOT_BREAKABLE (GRAY) ( dotdotdot margin markers are also gray ) 43 * Project files (GREEN) 44 44 45 45 Bottom … … 71 71 72 72 * Show 73 * show local variables is fixed to (y 0) local, as I don't know how to work out what level the debugger is at and how many levels there are, silly me74 * show global variables is doing X !(INC|ENV|SIG) against a current file which is part of a perl project.73 * show local variables(BLUE) is fixed to (y 0) local, as I don't know how to work out what level the debugger is at and how many levels there are, silly me 74 * show global variables(GRAY) is doing X !(INC|ENV|SIG) against a current file which is part of a perl project. 75 75 * I have been getting perl debug errors, see POD below, so you might notice it is automaticly disabled when I think it is unsafe, then re-enable. 76 76 * If you want to see @ISA|@INC|%ENV|%SIG use the p|x button.
