brummett / Devel-hdb

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

fix: do not interpret HTML in program source #53

Closed tynovsky closed 11 years ago

tynovsky commented 11 years ago
brummett commented 11 years ago

Try out the latest master. Commit 642b847 fixes the problem on the client-side, at least for the simple program in #52.

tynovsky commented 11 years ago

Works OK, thank you! Could you please do the same for watches? (I was debugging a program which generates HTML, so it was nice to see the process of generating like in a WYSIWYG editor ;-) but still it's sometimes impractical)

brummett commented 11 years ago

On Sat, Oct 12, 2013 at 4:31 PM, tynovsky notifications@github.com wrote:

Works OK, thank you! Could you please do the same for watches? (I was debugging a program which generates HTML, so it was nice to see the process of generating like in a WYSIWYG editor ;-) but still it's sometimes impractical)

Could you give the latest master a try? It has the same kind of fix as the last one to escape keys and values in the watch window.

If it works for you then I'll release another version to CPAN; these two do fix some pretty annoying bugs.

tynovsky commented 11 years ago

Works OK. Now it shows HTML source in watches too. Thank you!

brummett commented 11 years ago

Fixed by 642b84 and 9284b6