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:
parent
3054488377
commit
fbdc2bf5f7
4 changed files with 13 additions and 4 deletions
|
@ -97,6 +97,7 @@ class Tracer
|
|||
SCRIPT_LINES__[file] = list = []
|
||||
end
|
||||
end
|
||||
|
||||
if l = list[line - 1]
|
||||
l
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue