in reply to Re: perl debug options file
in thread perl debug options file
Ah, I learned something new. Here is another .perldb file with the breakpoint stuff:
print "Reading ~/.perldb options.\n"; parse_options("NonStop=0 LineInfo=db.out AutoTrace=1 frame=4 inhibit_e +xit=1 DumpPackages=1"); parse_options("windowSize=25 "); sub afterinit { push @DB::typeahead, "b 22", "b 23";}
|
|---|