Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
How to debug the debugger? #53
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
astashov
Jul 1, 2011
Owner
Hi!
Please add let g:ruby_debugger_debug_mode = 1 to ~/.vimrc, restart Vim, and try to do that again.
Then, send me logs from ~/.vim/tmp or ~/.vim/bundle/vim-ruby-debugger/tmp (if you use pathogen).
Thanks!
Hi! Please add let g:ruby_debugger_debug_mode = 1 to ~/.vimrc, restart Vim, and try to do that again. Thanks! |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
lightsblue
Aug 30, 2011
I'm having a similar issue as described above. I enabled logging, and found this in ruby_debugger_output:
Fast Debugger (ruby-debug-ide 0.4.16, ruby-debug-base 0.10.4) listens on 127.0.0.1:39767
/opt/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.16/lib/ruby-debug-ide.rb:112:in debug_load' /opt/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.16/lib/ruby-debug-ide.rb:112:in
debug_program'
/opt/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.4.16/bin/rdebug-ide:87
/opt/local/bin/rdebug-ide:19:in `load'
/opt/local/bin/rdebug-ide:19
Uncaught exception: no such file to load -- /Users/nvihinen/workspace/receptoreditor-copy/script/server
So I tried explicitly doing :Rdebugger "/Users/nvihinen/workspace/receptoreditor-copy/script/rails server" and got this:
Error detected while processing function 6..42_get_escaped_absolute_path
lightsblue
commented
Aug 30, 2011
I'm having a similar issue as described above. I enabled logging, and found this in ruby_debugger_output: Fast Debugger (ruby-debug-ide 0.4.16, ruby-debug-base 0.10.4) listens on 127.0.0.1:39767 So I tried explicitly doing :Rdebugger "/Users/nvihinen/workspace/receptoreditor-copy/script/rails server" and got this: |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
regedarek
commented
Jul 11, 2012
I have the same issue |
ginty commentedJun 30, 2011
Hi,
This seems like it should be the best plugin ever, if only I could get it to do anything.
I've followed all the instructions and everything seems to work, except there is no rails server process started.
I'm on Ubuntu, RVM, 1.9.2, rails 3.
which rdebug-ide
:Rdebugger
ps aux | grep ruby
There is no server process started, the ruby_debugger_log is empty, where can I go from here?
Really appreciate any help you can give!
Thanks a lot.