Anton Astashov

Results 107 comments of Anton Astashov

@CurtisTD does it still happen? The battery trick worked?

There is not enough information which could help me :) What version of Ruby? What version of Rails? Also, please show everything from the files inside vim-ruby-debugger/tmp dir, i.e. ruby_debugger_log,...

Please attach the logs anyway. :) Otherwise, I really can't do anything to help you.

Ah. Right. Add ``` let g:ruby_debugger_debug_mode = 1 ``` to .vimrc file, and try again.

``` ``` This line means that server actually received the response from ruby-debug-ide, but by some reason, Vim didn't handle it. Let's see what will be in logs though, when...

It's actually pretty weird it doesn't stop at the breakpoint, according to the logs, it successfully set the breakpoint. Hmm, maybe Thin forks new processes for response handlers, could you...

I.e. `:Rdebugger 'script/rails s webrick'` or something like that.

No, it shouldn't. It seems like everything works just fine, except one little thing - it doesn't stop at breakpoints :) Maybe try to run some little script? Create a.rb...

If Ruby 1.9.2, then ruby-debug-ide19. Heh, weird. Well, String#is_binary_data? is defined in `syck/lib/syck/rubytypes.rb`, try to add `require 'syck'` to the example script. I.e.: ``` ruby require 'syck' a = 1...

No, it should work perfectly with RVM, since gvim captures all environment variables after start, AFAIK. Should not be related to 'pry' also, but not 100% sure, since I never...