We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175f2ef commit 0e9dd25Copy full SHA for 0e9dd25
lib/ruby-debug/processor.rb
@@ -91,10 +91,10 @@ def process_commands
91
92
while input = @interface.read_command
93
# escape % since print_debug might use printf
94
- @printer.print_debug "Processing in control: #{input.gsub('%', '%%')}"
95
# sleep 0.3
96
catch(:debug_error) do
97
if cmd = ctrl_cmds.find{|c| c.match(input) }
+ @printer.print_debug "Processing in control: #{input.gsub('%', '%%')}"
98
cmd.execute
99
else
100
@interface.command_queue << input
0 commit comments