We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f43c6 commit aad9cd2Copy full SHA for aad9cd2
lib/ruby-debug-ide/command.rb
@@ -115,7 +115,7 @@ def debug_eval(str, b = get_binding)
115
str = str.to_s
116
to_inspect = Command.unescape_incoming(str)
117
max_time = Debugger.evaluation_timeout
118
- @printer.print_debug("Evaluating #{str} with timeout after %i sec", max_time)
+ @printer.print_debug("Evaluating %s with timeout after %i sec", str, max_time)
119
timeout(max_time) do
120
eval(to_inspect, b)
121
end
0 commit comments