vim-ruby-debugger icon indicating copy to clipboard operation
vim-ruby-debugger copied to clipboard

Don't running RdbTest

Open dgorodnichybak opened this issue 10 years ago • 2 comments

Hello, I am trying to debug my cucumber scenario, but debugger do not starts. On single rb files it works Ok. Steps to reproduce:

  1. go to project path
  2. open vim --servername VIM
  3. set breakpoint in step_definition file
  4. open feature file
  5. rub RdbTest
  6. Recive that message ":call RubyDebugger.receive_command()"

RdbLog shows that http://pastebin.com/mBCS0SGi

dgorodnichybak avatar May 26 '15 21:05 dgorodnichybak

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?

astashov avatar May 26 '15 21:05 astashov

ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]

dgorodnichybak avatar May 26 '15 21:05 dgorodnichybak