brummett / Devel-hdb

A graphical Perl debugger implemented as a web service
31 stars 9 forks source link

Watched expr and exception object #62

Open brummett opened 10 years ago

brummett commented 10 years ago

If a watched expression generates an exception that's not a simple string (exception object or other data structure), it just looks like [object Object]. It should render just like any other complex value.

Catching untrapped exceptions probably has the same issue.