[ruby-cvs:78506] ed5d032ea3 (master): debug.rb: expand filenames in breakpoints
"Antonio Terceiro" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Antonio Terceiro 2019-11-26 09:25:53 +0900 (Tue, 26 Nov 2019)
New Revision: ed5d032ea3
https://github.com/ruby/ruby/commit/ed5d032ea3
Log:
debug.rb: expand filenames in breakpoints
When debugging some local code, specifying a breakpoint to a local
filename does not work, i.e.
break lib/foo.rb:10
Expanding the filename makes it work. FWIW byebug has the same behavior.
Modified files:
lib/debug.rb