From e2eceefd08748d0b5c6b707154e42e32c18aa74d Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 15 Aug 2000 06:22:49 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/debug.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/debug.rb b/lib/debug.rb index f8c0e4e40..feb30c71d 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -452,7 +452,8 @@ class DEBUGGER__ print < set breakpoint to some position + b[reak] [file|method:] + set breakpoint to some position wat[ch] set watchpoint to some expression b[reak] list breakpoints del[ele][ nnn] delete some or all breakpoints @@ -475,7 +476,7 @@ Commands v[ar] i[nstance] show instance variables of object v[ar] c[onst] show constants of object m[ethod] i[nstance] show methods of object - m[ethod] show instance methods of class or module + m[ethod] show instance methods of class or module th[read] l[ist] list all threads th[read] c[ur[rent]] show current threads th[read] stop thread nnn -- cgit