1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
matz 2004-10-20 06:53:42 +00:00
parent 3054488377
commit fbdc2bf5f7
4 changed files with 13 additions and 4 deletions

View file

@ -97,6 +97,7 @@ class Tracer
SCRIPT_LINES__[file] = list = []
end
end
if l = list[line - 1]
l
else