vim-ruby-debugger icon indicating copy to clipboard operation
vim-ruby-debugger copied to clipboard

Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)

Results 26 vim-ruby-debugger issues
Sort by recently updated
recently updated
newest added

Hi, I tried to run :Rdebugger test_script.rb in Gvim, but failed: console window had been flickering for a couple of seconds then I got a popup window with error message...

I opened _spec.rb file in VIM and then called `:RdbTest`. I got such output: ``` Fast Debugger (ruby-debug-ide 0.4.16, ruby-debug-base 0.10.4) listens on 127.0.0.1:39767 /home/petrushka/.rvm/rubies/ruby-1.8.7-p334/lib/ruby/site_ruby/1.8/rubygems.rb:341:in `bin_path' /usr/bin/spec:19 /home/petrushka/.rvm/gems/ruby-1.8.7-p334/gems/ruby-debug-ide-0.4.16/lib/ruby-debug-ide.rb:112:in `debug_load' /home/petrushka/.rvm/gems/ruby-1.8.7-p334/gems/ruby-debug-ide-0.4.16/lib/ruby-debug-ide.rb:112:in...

Bug

Ruby 1.8.7 + Rails 3. ruby-debug-ide был установлен. Пока я не установил 'require_relative' команда :Rdebugger отказывалась работать. Просьба отметить этот gem в README

Got $subj message when tried to run `:Rdebugger` inside rails project dir. OS: Ubuntu 10.10, nothing special. `ruby-debug-ide` is installed: ``` $ gem list | grep debug ruby-debug-base19 (0.11.25) ruby-debug-ide19...

I wrote a patch (modified autoload/ruby_debugger.vim) to make debugging RSpec tests work, as there was an issue with the get_escaped_absolute_path(command) method in ruby_debugger.vim. I assume this will also work for...

Bug

Not sure if this is a bug or an FYI. My app makes use of workling and starling to do async processing. It seem some part of this debugger stack...

Bug