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

When I try to start vim-ruby-debugger within a rails 3.2.17 project with MacVim 7.4 and rbenv Ruby 2.0.0p353 like this `:Rdebugger 'bundle exec script/rails'` I get the following error ```...

Hi there, I am using vim 8.0 on MacOS and am getting the following error when running any debugger command: ``` Error detected while processing function 288[25]..275[5]..105_send_message_to_debugger: line 11: Errno::ENOENT:...

Using Vim 7.4 from Debian Wheezy/stable I installed `vim-ruby-debugger` (Pathogen) and installed the Gem debugger-xml in the development section. `rdebug-vim` and `rdebug-ide` are in my path. With `vim --servername VIM`,...

Hello, I am trying to debug my cucumber scenario, but debugger do not starts. On single rb files it works Ok. Steps to reproduce: 1. go to project path 2....

OS: Mac OS X 10.10 (Yosemite), MacVim Устанавливал с помощью Vundle ``` :echo has("signs") && has("clientserver") && has("ruby") && v:version > 700 ``` Возвращает 1 В .vimrc добавил ``` let...

When I try to start the debugger (`:Rdebugger` in Gvim) I get message: ``` Debugger started ``` But in ruby_debugger_output there is a message: ``` Uncaught exception: cannot load such...

Hey, I've created a patch to update how the mappings are done so you can override them with ease, for example you can now do things like ``` vim let...

Rdebugger specific mappings & commands make sense to be available only in ruby files, so switched to a ftplugin instead and defined the mappings & commands to be buffer localized...

breakpoints work, but i get this error before every command. Error detected while processing function 468..450..73_send_message_to_debug ger: line 11: Errno::ENOENT: (eval):18:in `initialize': No such file or directory - /tmp/vmECr Uo/2

Is that possible to set up a specific split for the windows ? For example, position the variable window on the right side instead of bottom.