From: "riskwa (riskwa anon)" Date: 2012-04-23T00:48:25+09:00 Subject: [ruby-core:44536] [ruby-trunk - Bug #6342][Open] rubydb(debugger interface on emacs) doesnt work with multi files Issue #6342 has been reported by riskwa (riskwa anon). ---------------------------------------- Bug #6342: rubydb(debugger interface on emacs) doesnt work with multi files https://bugs.ruby-lang.org/issues/6342 Author: riskwa (riskwa anon) Status: Open Priority: Normal Assignee: Category: misc Target version: ruby -v: ruby 2.0.0dev (2012-04-22 trunk 35423) [x86_64-linux] in rubydb(debugger interface on emacs) we can set breakpoint by C-x SPC, but it only refers to line number, not to file name. could you update it to handle file name? * I just modified ruby-source/misc/rubydb3x.el to fix: < (gud-def gud-break "b %l" "\C-b" "Set breakpoint at current line.") > (gud-def gud-break "b %f:%l" "\C-b" "Set breakpoint at current line.") -- http://bugs.ruby-lang.org/