Changes between Version 50 and Version 51 of Features/Perl5Debugger
- Timestamp:
- 11/25/11 01:22:39 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v50 v51 58 58 == Debugger 59 59 When you "run debug" :) 60 * quit(q) is always visible, ( toolbar quit should now be enabled , todo when in trunk)61 * the debugger will load breakpoints against the current file and it's project files, when it is load by the perl debug program, if you get it wrong, just quit adjust breakpoints a ndre run.60 * quit(q) is always visible, ( toolbar quit should now be enabled ) 61 * the debugger will load breakpoints against the current file and it's project files, when it is load by the perl debug program, if you get it wrong, just quit adjust breakpoints as you go with b|B or quit and adjust then re run. 62 62 63 63 * new icons will only be visible when debug is running … … 76 76 * Show 77 77 * 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 78 * show global variables(GRAY) is doing X !(INC|ENV|SIG) against a current file which is part of a perl project.78 * show global variables(GRAY) is doing X !(INC|ENV|SIG) against a current file which is also part of a perl project. 79 79 * 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. 80 80 * If you want to see @ISA|@INC|%ENV|%SIG use the p|x button. … … 90 90 * works with $ @ % also 2 + 3 91 91 * if empty returns $_ if exists or error ) 92 * b|B => running Breakpoints, use .vL to see for your self, current file only :(92 * b|B => running Breakpoints, use .vL to see for your self, (current file) 93 93 * M => display loaded modules 94 94 * T => stack back-trace
