in reply to Re^5: [perldebugger] calling perldoc from within the debugger (inifile)
in thread [perldebugger] calling perldoc from within the debugger

Thanks again, I'm using this now regularly! :)

DB<26> 1..9,[a..b] => (1, 2, 3, 4, 5, 6, 7, 8, 9, ["a", "b"])

to be precise I tweaked the debugger to use Data::Dump::qq() for printing.

Cheers Rolf

Replies are listed 'Best First'.
Re^7: [perldebugger] calling perldoc from within the debugger (REPL)
by pemungkah (Priest) on Feb 12, 2012 at 21:38 UTC
    I think this is useful enough I should make it into a patch. I'll do that. It'll need a way to toggle it on and off, etc. but that's all a SMOP.