Project

General

Profile

Actions

Bug #6342

closed

rubydb(debugger interface on emacs) doesnt work with multi files

Added by riskwa (riskwa anon) almost 12 years ago. Updated over 4 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.0.0dev (2012-04-22 trunk 35423) [x86_64-linux]
Backport:
[ruby-core:44536]

Description

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.")

Actions

Also available in: Atom PDF

Like0
Like0Like0