Actions
Bug #6342
closedrubydb(debugger interface on emacs) doesnt work with multi files
    Bug #6342:
    rubydb(debugger interface on emacs) doesnt work with multi files
  
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.")
        
          
          Updated by mame (Yusuke Endoh) over 13 years ago
          
          
        
        
      
      - Status changed from Open to Assigned
 - Assignee set to nobu (Nobuyoshi Nakada)
 
        
          
          Updated by jeremyevans0 (Jeremy Evans) over 6 years ago
          
          
        
        
      
      - Status changed from Assigned to Closed
 
misc/rubydb3x.el was removed in 7eedd308b841e7b8eb4bc36211d28faf3521ee92.  You may want to consider submitting this as a pull request: https://github.com/ruby/elisp/pulls
Actions