astashov / vim-ruby-debugger

Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)
435 stars 36 forks source link

debugger don't stop at breakpoint ... #65

Open JohnBat26 opened 12 years ago

JohnBat26 commented 12 years ago

Hello. I use ruby-1.9.3-p0. I have simple plain script. | set one breakpoint and run rebugger: :Rdebugger my_script.rb Debugger started successful but my code don't execute :(. Why?

ghost commented 12 years ago

I have exact same problem. I've managed to use rdebug in the terminal, but for some reason it won't execute a script as a vim plugin.