Example: bankruptcy

Perl Debugger Cheatsheet - shoorick.ru

perl Debugger CheatsheetList/search source linesl [ln|sub]..List source code- or ..List previous/current linev [line]..View around linef source in file/pattern/ ?patt?..Search module versionsDebugger controlso [..]..Set Debugger options<[<]|{[{]|>[>] [cmd]..Do pre/post-prompt! [N|pat]..Redo a previous commandH [-num]..Display last num commands= [a val]..Define/list an aliash [db_cmd]..Get help on commandh help page|[|] output to pagerq or ^ script traces [expr]..Single step [in expr]n [expr]..Next, steps over subs<CR/Enter>..Repeat last n or from subroutinec [ln|sub]..Continue until break/watch/actionst [expr]..Toggle trace [trace expr]b [ln|event|sub] [cnd]..Set breakpointB ln|*..Delete a/all breakpointsa [ln] cmd before lineA ln|*.}}

Perl Debugger Cheatsheet List/search source lines l [ln|sub].....List source code - or .....List previous/current line

Tags:

  Debugger, Perl, Cheatsheet, Perl debugger cheatsheet

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of Perl Debugger Cheatsheet - shoorick.ru

1 perl Debugger CheatsheetList/search source linesl [ln|sub]..List source code- or ..List previous/current linev [line]..View around linef source in file/pattern/ ?patt?..Search module versionsDebugger controlso [..]..Set Debugger options<[<]|{[{]|>[>] [cmd]..Do pre/post-prompt! [N|pat]..Redo a previous commandH [-num]..Display last num commands= [a val]..Define/list an aliash [db_cmd]..Get help on commandh help page|[|] output to pagerq or ^ script traces [expr]..Single step [in expr]n [expr]..Next, steps over subs<CR/Enter>..Repeat last n or from subroutinec [ln|sub]..Continue until break/watch/actionst [expr]..Toggle trace [trace expr]b [ln|event|sub] [cnd]..Set breakpointB ln|*..Delete a/all breakpointsa [ln] cmd before lineA ln|*.}}

2 Delete a/all actionsw a watch expressionW expr|*..Delete a/all watch exprs![!] cmd in a a restartData perl code, also see: s,n,t exprx|m expr in list context, dumps the result or lists expression (uses script's current package).S [[!]pat]..List subroutine names [not] matching patternV [Pk [Vars]]..List Variables in can be ~pattern or ! [Vars]..Same as "V current_package [Vars]". inheritance [n [Vars]]..List lexicals in higher scope <n>.Vars same as thread all thread more help, type h cmd_letter, or run man perldebug for all docs.


Related search queries