brummett / Devel-hdb

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

Support text/html output for eval and getvar #105

Open brummett opened 8 years ago

brummett commented 8 years ago

Instead of serializing a data structure first with Data::Transform::ExplicitMetadata, then to JSON, shipped over the wire and then deserialized... support an HTML output data type for the eval and getvar routes. Then it can be serialized before sending over the wire, and the HTML can just be plopped into the proper DIV. Should be faster.