Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

The debugger not save the commands its in interactive

by abdan (Acolyte)
on Nov 20, 2021 at 23:45 UTC ( [id://11138991]=perlquestion: print w/replies, xml ) Need Help??

abdan has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on The debugger not save the commands its in interactive

Replies are listed 'Best First'.
Re: The debugger not save the commands its in interactive
by choroba (Cardinal) on Nov 21, 2021 at 00:50 UTC
    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]
Re: The debugger not save the commands its in interactive
by LanX (Saint) on Nov 21, 2021 at 00:25 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (1)
As of 2024-04-18 04:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found