in reply to Re^5: How can I print variable contents from the debugger non-interactively? (@DB::typeahead)
in thread How can I print variable contents from the debugger non-interactively?

> I've shown you already 3 approaches, with varying details and footprint
I very much appreciate your responses!

> There is already a whole trace infrastructure apart from the debugger. the debugger IS eventually for interaction.
I've seen Devel::Trace but that also seems to only print the statements and not the data. If there is a whole trace infrastructure (/w data printing capabilities) outside of the debugger I am not aware of it and would appreciate a pointer if so.
  • Comment on Re^6: How can I print variable contents from the debugger non-interactively? (@DB::typeahead)

Replies are listed 'Best First'.
Re^7: How can I print variable contents from the debugger non-interactively? (@DB::typeahead)
by LanX (Saint) on Jul 17, 2017 at 20:37 UTC