Characters getting escaped in debugger mode/console
I'm running Rubymine 7.1 RM-141.664 and when trying to debug stuff, I've found that a lot of characters are getting escaped (See attachments, number_str is supposed to be "1\n2,3" )

This didn't happen in the previous RM version, Is there a way to turn this off? It's really annoying.
请先登录再写评论。
Hi,
this is result of the fix for https://youtrack.jetbrains.com/issue/RUBY-16192, I've recently had a long discussion about the similar problem caused by the fix
https://youtrack.jetbrains.com/issue/RUBY-16435 and now I'm think it would be better to revert the original "fix"
Regards, Oleg.