brummett / Devel-hdb

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

Can't inspect values with circular references #41

Closed brummett closed 11 years ago

brummett commented 11 years ago

You can't add a variable to the watch window that contains a circular reference. You start getting warnings about deep recursion into Devel::hdb::App::EncodePerlData::encode_perl_data

It also has the same problem when trying to draw the stack frames and one function was passed a self-referential argument.

brummett commented 11 years ago

fixed in 55cdc15