From fbdc2bf5f70aa594eac63d27079708ae739a0481 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 20 Oct 2004 06:53:42 +0000 Subject: * parse.y (lex_getline): should update ruby_debug_lines. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/tracer.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tracer.rb') diff --git a/lib/tracer.rb b/lib/tracer.rb index 3ccf1b5017..c3f2fb8f2e 100644 --- a/lib/tracer.rb +++ b/lib/tracer.rb @@ -97,6 +97,7 @@ class Tracer SCRIPT_LINES__[file] = list = [] end end + if l = list[line - 1] l else -- cgit v1.2.3