Changes between Version 78 and Version 79 of Features/Perl5Debugger
- Timestamp:
- 12/13/11 13:50:01 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Features/Perl5Debugger
v78 v79 123 123 ==== With value 124 124 * p|x => evaluate expression 125 * output shows 'expression = result 125 * output shows 'expression = result' 126 126 * tip turn Trace off 127 127 * works with $ @ % also 2 + 3 128 * if empty returns $_ if exists or error )128 * if empty returns $_ if exists or error :) 129 129 * S => {{{RegEx}}} 130 130 * {{{RegEx = !(IO::Socket|Carp)}}} will hide Modules used by Debug::Client
