in reply to Re^5: [perldebugger] calling perldoc from within the debugger (inifile)
in thread [perldebugger] calling perldoc from within the debugger
I have to figure out a good automated context strategy...
... hmm ...I think it's appropriate to default to list evaluation like with the x-cmd since I can always use scalar to do otherwise.
But it's somehow useless to get just one line with index 0 for dumping a scalar
DB<4> print "my father plays dominos\n" my father plays dominos 0 1
Do you know a way to change this behavior automatically for a one element list like with p-cmd?
DB<4> print "my father plays dominos\n" 1my father plays dominos
as far as I can understand from the docs of DB it's neccessary to manipulate dumpvar.pl to achieve this... right?
Cheers Rolf
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: [perldebugger] calling perldoc from within the debugger (REPL) (THX!)
by pemungkah (Priest) on Sep 03, 2009 at 17:22 UTC |