Actions
Bug #8318
closedFix debug listing when called from the same file the debug module has been required from
Bug #8318:
Fix debug listing when called from the same file the debug module has been required from
Description
=begin
From ((<GitHub#280|URL:https://github.com/ruby/ruby/pull/280>))
with this minimal ruby code
require 'debug'
puts
when trying to list the code, it'll fail like so:
(rdb:1) l
[-3, 6] in script.rb
No sourcefile available for script.rb
=end
Files
Actions