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.
debug
1 parent a1e431b commit b7b5731Copy full SHA for b7b5731
lib/irb/cmd/debug.rb
@@ -31,7 +31,7 @@ def execute(pre_cmds: nil, do_cmds: nil)
31
# 4. Exit the current Irb#run call via `throw :IRB_EXIT`.
32
# 5. `Irb#debug_break` will be called and trigger the breakpoint, which will run the intended command.
33
unless binding_irb?
34
- puts "`debug` command is only available when IRB is started with binding.irb"
+ puts "Debugging commands are only available when IRB is started with binding.irb"
35
return
36
end
37
0 commit comments