Subject: | Enhancement - need raw display function |
I believe that the Expr pane uses Data::Dumper to display variables. The problem is that if the variable in question is an object whose q{""} operator has been overloaded, you only see the overloaded representation. There is no way to see the raw object and if there is a bug in the overload, the debugger will fail.
What is needed is a way to execute the 'x' command from the standard Perl debugger in Devel::ptkdb.