ruby-debug / ruby-debug-ide

An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
https://www.jetbrains.com/ruby/features/ruby_debugger.html
Other
370 stars 83 forks source link

`eval` command: Escape HTML on the evaluated value. #212

Open jvilk-stripe opened 3 years ago

jvilk-stripe commented 3 years ago

Many things that evaluates to a string do not work properly without this escape. For example:

Fixes a bug where the debug console in VS Code can hang the debugger when inserting one of those types of input.

I could not find tests for this routine. If I missed any, let me know!

jvilk-stripe commented 3 years ago

cc @hurricup