summaryrefslogtreecommitdiff
path: root/lib/debug.rb
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
commit28412851825d1bc7c8e885387e1f1b257cf8a0cf (patch)
treef80f1bfa6e480e75f6af94fc2202576b2dfaabd7 /lib/debug.rb
parenta9e9697994a08600f5dbb46a1fe2a07233cb4890 (diff)
19991108
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/debug.rb')
-rw-r--r--lib/debug.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/debug.rb b/lib/debug.rb
index 1209f60ee2..0a6699f174 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 = []