DEBUGGER__::Context::debug_print_help: Typo fix of help message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
977bf97db3
commit
237229e201
@ -529,7 +529,7 @@ class Context
|
|||||||
stdout.print <<EOHELP
|
stdout.print <<EOHELP
|
||||||
Debugger help v.-0.002b
|
Debugger help v.-0.002b
|
||||||
Commands
|
Commands
|
||||||
b[reak] [file|method:]<line|method>
|
b[reak] [file:]<line|method>
|
||||||
set breakpoint to some position
|
set breakpoint to some position
|
||||||
wat[ch] <expression> set watchpoint to some expression
|
wat[ch] <expression> set watchpoint to some expression
|
||||||
cat[ch] <an Exception> set catchpoint to an exception
|
cat[ch] <an Exception> set catchpoint to an exception
|
||||||
|
Loading…
x
Reference in New Issue
Block a user