mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue