Changes between Version 67 and Version 68 of Features/Perl5Debugger
- Timestamp:
- 11/30/11 23:12:00 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v67 v68 67 67 When you "run debug" :) 68 68 * quit(q) is always visible, ( toolbar quit should now be enabled ) 69 * 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 adjustthen re-run.69 * 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 adjust breakpoints as you go with b|B or quit and adjust breakpoints with panel and then re-run. 70 70 71 71 * new icons will only be visible when debug is running … … 113 113 * if empty returns $_ if exists or error ) 114 114 * S => {{{RegEx}}} 115 * {{{RegEx = !(IO::Socket|Carp)}}} will hide Modules used by Debug::Client 115 116 * w|W => watches 116 117 * add a watch (w exp) … … 124 125 * if you use "o frame=nn" (nn<=30) this will cause y-0 to display garbage, you have been warned, so reset to "o frame=0" asap 125 126 * actions 126 * ... 127 * H if you want to see session History 128 * ... Oops yada-yada :) 127 129 128 130 Musings 129 131 * -,l ignored as we are in an IDE 130 * H just ignored131 132 132 133 == Debugger Output
