vim-ruby-debugger
vim-ruby-debugger copied to clipboard
Don't running RdbTest
Hello, I am trying to debug my cucumber scenario, but debugger do not starts. On single rb files it works Ok. Steps to reproduce:
- go to project path
- open vim --servername VIM
- set breakpoint in step_definition file
- open feature file
- rub RdbTest
- Recive that message ":call RubyDebugger.receive_command()"
RdbLog shows that http://pastebin.com/mBCS0SGi
I haven't tried it with Cucumber frankly. By looking at the logs, it seems like it works okay, it adds a breakpoint successfully. Don't know why it doesn't stop at it. It may happening if Cucumber does some forking under the hood and running that code in other processes, but I'm not sure, sorry.
What Ruby do you use?
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]