126
|
Perl Debugger Pocket Reference
Quick Reference
Actions
Create Delete
Action
a [line] command [condition] A (line|*)
Breakpoint
b [line [condition]]
compile subname | [postpone]
subname [condition]
load filename
B (line|*)
Watch
w [expr] W (expr|*)
List
L [a|b|w]
Pre-Post Prompt Commands
Create Append Delete
Pre-perl
< [expr|?] << expr < *
Post-perl
> [expr|?] >> expr > *
Pre-debugger
{ [expr|?] {{ expr { *
Motion
Continue
c [line|sub]
Next
n [expr]
Return
r
Step (into)
s [expr]
Trace
T
Trace toggle
t [expr]
Code Listings
View filename
f filename
List code
l [min+incr|min-max|line|subname|$var]
View code
v [line]
Repos. display
.
Continue
-
Search forward
/regex[/]
Search back
?regex[?]
Quick Reference
|
127
Examining Data
Print
p expr
Methods
m (expr|class)
Module versions
M
Subroutines
S [[!] ~pattern]
Vars
V [pkg [vars]]
Dump
x [maxdepth] expr
Vars curr pkg
X [vars]
Vars lexical
y [level [vars]]
Commands
Pager
|dbcmd [args]
Shell command
!! cmd
Eval
any perl command
Run filename
source filename
Restart
R
Alias
= [alias value]
History list
H [-number]
History redo
! [[-]number] | [pattern]
Documentation
Help
h [cmd] | h h
Manual pages
man manpage | perldoc
Quit
q
Options
Options
[opt|opt?|opt=val|opt="val"]
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.216.88.54