summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-08 03:57:01 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-08 03:57:01 +0000
commit97de3ac1f2886427faec0d15b32af1bcd434f95d (patch)
treef80f1bfa6e480e75f6af94fc2202576b2dfaabd7 /lib
parentfbf1b1ead9323a7f5909f483c137c46f65d3f68c (diff)
downloadruby-97de3ac1f2886427faec0d15b32af1bcd434f95d.tar.gz
ruby-97de3ac1f2886427faec0d15b32af1bcd434f95d.tar.xz
ruby-97de3ac1f2886427faec0d15b32af1bcd434f95d.zip
19991108
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/debug.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/debug.rb b/lib/debug.rb
index 1209f60ee..0a6699f17 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -26,6 +26,7 @@ class DEBUGGER__
@frames = [nil]
@last_file = nil
@last = [nil, nil]
+ @no_step = nil
end
DEBUG_LAST_CMD = []