Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: The debugger not save the commands its in interactive

by choroba (Cardinal)
on Nov 21, 2021 at 00:50 UTC ( [id://11138993]=note: print w/replies, xml ) Need Help??


in reply to The debugger not save the commands its in interactive

The history is by default not saved when quitting the debugger. Setting the HistFile option should enable saving the history to a file, though.

The history of the debugger can be displayed by the H command. Only some commands are saved to the history, this is controlled by the length of the command. On older Perl versions, only commands longer than 1 character are saved, in recent Perls, you can set the HistItemMinLength option to a different value (2 is the default).

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11138993]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-24 23:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found