in reply to Re: How can I print variable contents from the debugger non-interactively?
in thread How can I print variable contents from the debugger non-interactively?

Well he said "non-interactively" , but yeah he might mean it differently.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

  • Comment on Re^2: How can I print variable contents from the debugger non-interactively?

Replies are listed 'Best First'.
Re^3: How can I print variable contents from the debugger non-interactively?
by Laurent_R (Canon) on Jul 15, 2017 at 10:41 UTC
    Oops, yes I missed that (I probably failed to read the title).

    Update: I wonder why someone would want to use the debugger non-interactively. I can't think of cases where this would be useful.

      Thank you LanX for your replies, I did mean using the debugger non-interactively (i.e. using environment variables/cmdline args to tell the debugger which variables should be printed when executed non-interactively).

      Laurent_R thank you for your reply detailing some ways of printing variables from the interactive debugger, if you would like additional description of a case which might require non-interactive debugger usage please read the update within the original question.