Notes:
Changes:
* be sure 'exit' is always called.
* to_inspect = str.gsub(/\\n/, "\n") in debug_eval() to make possible to
evaluate multiline expressions. Frontend must escape new lines
accordingly.
* prevent exception when to_s returns nil on being evaluated value
|