aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debug.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-03 15:58:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-03 15:58:03 +0000
commitcc4dec07018b20b17b87561a0f23509c741075ed (patch)
tree273b4a343973affdd517969801a0eca2c6a8ff51 /lib/debug.rb
parent554f524ee53c8f924c739867608ed7a147aa920e (diff)
downloadruby-cc4dec07018b20b17b87561a0f23509c741075ed.tar.gz
* Changelog, lib/debug.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/debug.rb')
-rw-r--r--lib/debug.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/debug.rb b/lib/debug.rb
index 9275b47cd9..17879e5145 100644
--- a/lib/debug.rb
+++ b/lib/debug.rb
@@ -700,7 +700,6 @@ EOHELP
@line = line
case event
when 'line'
- p [line, @stop_next]
frame_set_pos(file, line)
if !@no_step or @frames.size == @no_step
@stop_next -= 1