From: "nobu (Nobuyoshi Nakada)" Date: 2013-04-24T15:07:50+09:00 Subject: [ruby-core:54548] [ruby-trunk - Bug #8318] Fix debug listing when called from the same file the debug module has been required from Issue #8318 has been updated by nobu (Nobuyoshi Nakada). Description updated ---------------------------------------- Bug #8318: Fix debug listing when called from the same file the debug module has been required from https://bugs.ruby-lang.org/issues/8318#change-38860 Author: zzak (Zachary Scott) Status: Open Priority: Normal Assignee: Category: lib Target version: current: 2.1.0 ruby -v: 2.1.0dev Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN =begin From (()) 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 -- http://bugs.ruby-lang.org/