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

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.

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

Replies are listed 'Best First'.
Re^4: How can I print variable contents from the debugger non-interactively?
by davehorner (Scribe) on Jul 17, 2017 at 14:01 UTC
    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.