From: "mame (Yusuke Endoh)" Date: 2012-04-23T22:31:13+09:00 Subject: [ruby-core:44550] [ruby-trunk - Bug #6342][Assigned] rubydb(debugger interface on emacs) doesnt work with multi files Issue #6342 has been updated by mame (Yusuke Endoh). Status changed from Open to Assigned Assignee set to nobu (Nobuyoshi Nakada) ---------------------------------------- Bug #6342: rubydb(debugger interface on emacs) doesnt work with multi files https://bugs.ruby-lang.org/issues/6342#change-26102 Author: riskwa (riskwa anon) Status: Assigned Priority: Normal Assignee: nobu (Nobuyoshi Nakada) 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/