in reply to Replaying debugger commands from history
Have a look at the docs in perldebug#Debugger-Customization concerning
@DB::typeahead
like
sub afterinit { push @DB::typeahead, "b 4", "b 6"; }
IIRC it should be either settable
HTH! :)
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Replaying debugger commands from history
by likbez (Sexton) on Nov 21, 2019 at 23:43 UTC |