Changes between Version 84 and Version 85 of Features/Perl5Debugger
- Timestamp:
- 04/01/12 15:42:07 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v84 v85 4 4 **Assumption Debug2 Panels expect to be working against saved Perl files** thanks tome++ 5 5 6 * Padre 0.94 requires Debug::Client 0.167 8 * Breakpoints up and working9 * Debug output up and working10 * Debugger up and working11 12 6 * tool-tips used extensively throughout so read them. 13 7 * **Assumption you are aware of this: http://perldoc.perl.org/perldebug.html** … … 16 10 17 11 critiques welcome 12 13 === {{{Debug::Client}}} 14 Please note version compatablity 15 16 ||//Padre 0.95 dev//||//Debug-Client 0.18//|| 17 ||**Padre 0.94**||**Debug-Client 0.16**|| 18 ||Padre <= 0.92||Debug-Client 0.12|| 18 19 19 20 === Tips … … 102 103 === Show 103 104 * 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 105 * see Bugs & Limitations below. 104 106 * Show Global Variables(GRAY) is doing X !(INC|ENV|SIG) against a current file which is also part of a perl project. 105 107 * 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. … … 181 183 182 184 ---- 183 185 == Bugs & Limitations 186 187 * Using Show Variables my cause the following, found Watch not to be displayed in Debug-Output, even though Debug2 has stopped at the correct place. 188 {{{#!perl 189 "Watchpoint 0: @fonts changed: 190 old value: '' 191 new value: 'ARRAY(0x9060508)', 'ARRAY(0x9060498)' 192 main::CODE(0x95ba6d8)(/home/kevin/src/Padre/Padre-Plugin-Debug/scripts/test_1415.pl:63): 193 63: say @fonts; 194 }}} 195 * Using a Watch inside an ANON sub with Show Variables enabled may cause Padre to hang when clicking on Values in {{{CtrlList}}}, suggest you delete watch first. 196 * Suggest you don't enable Show Variables against an embedded watch in an ANON sub. 197 198 ---- 184 199 == POD from Main.pm 185 200 {{{#!perl
