brummett / Devel-hdb

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

Watch Expressions Should HTML Encode the PerlValue #50

Closed nnutter closed 11 years ago

nnutter commented 11 years ago

I was debugging some XML related code and was confused for awhile because it was not showing up as XML but it turns out it just isn't escaped so the XML is being "parsed" by the browser or something.

Screenshot: https://www.dropbox.com/s/d3jokt3xycs6qv1/Screen%20Shot%202013-07-05%20at%2011.05.20%20AM.png

brummett commented 11 years ago

Depends on #16

brummett commented 11 years ago

Fixed by 642b84 and 9284b6