From: merch-redmine@... Date: 2019-08-02T23:55:32+00:00 Subject: [ruby-core:94120] [Ruby master Bug#6342] rubydb(debugger interface on emacs) doesnt work with multi files Issue #6342 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Assigned to Closed `misc/rubydb3x.el` was removed in commit:7eedd308b841e7b8eb4bc36211d28faf3521ee92. You may want to consider submitting this as a pull request: https://github.com/ruby/elisp/pulls ---------------------------------------- Bug #6342: rubydb(debugger interface on emacs) doesnt work with multi files https://bugs.ruby-lang.org/issues/6342#change-80367 * Author: riskwa (riskwa anon) * Status: Closed * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: * ruby -v: ruby 2.0.0dev (2012-04-22 trunk 35423) [x86_64-linux] * Backport: ---------------------------------------- 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.") -- https://bugs.ruby-lang.org/ Unsubscribe: