aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debug.rb
diff options
context:
space:
mode:
authorryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-08 23:17:53 +0000
committerryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-08 23:17:53 +0000
commit2bf2f48a0be06e57d596968358ff60f57e488b0d (patch)
tree75d28bc7c09f5119911e3543896c0eabc773a61e /lib/debug.rb
parent8e1789ded76520406b9aba9ab47194b9257e83aa (diff)
downloadruby-2bf2f48a0be06e57d596968358ff60f57e488b0d.tar.gz
cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb and pp.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/debug.rb')
-rw-r--r--lib/debug.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.rb b/lib/debug.rb
index 8b522821a5..9ae119f8fb 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -551,7 +551,7 @@ Commands
b[reak] [class.]<line|method>
set breakpoint to some position
wat[ch] <expression> set watchpoint to some expression
- cat[ch] <an Exception> set catchpoint to an exception
+ cat[ch] (<exception>|off) set catchpoint to an exception
b[reak] list breakpoints
cat[ch] show catchpoint
del[ete][ nnn] delete some or all breakpoints