Skip Menu |

This queue is for tickets about the Devel-ptkdb CPAN distribution.

Report information
The Basics
Id: 1484
Status: new
Priority: 0/
Queue: Devel-ptkdb

People
Owner: Nobody in particular
Requestors: Matthew.Persico [...] lazard.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.108
Fixed in: (no value)



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.