astashov/vim-ruby-debugger

Loading debugger hangs

Closed this issue · 2 comments

under Mac OSX 10.6, macvim 7.3 installed via homebrew with ruby-debug19. I think the problem might be related to the error i get when trying to open autoload/ruby-debugger: error detected while processing function <SNR>55_Tlist_Refresh ...

As far as I've researched, it might be related to the omni-completion feature of vim 7.

the error was caused by the taglist plugin. However, it takes very long for "Loading debugger ..." and results in the error message:

127.0.0.1:39768 can not be opened

Error detected while processing function 145..141..
<SNR>84_send_message_to_debugger:
line   33:
SystemExit: (eval):38:in 'exit': exit

Ok, the problem was, that mvim had the wrong PATH variable since I've set it in my zsh.rc. Check it with :!which ruby. This helped get the paths right:

sudo mv /etc/zshenv /etc/zprofile 

After this, there was only the error with too many file names given to Rdebugger. Will send you a pull requenst in a sec.