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

unable to set a break point

Open jackxxu opened this issue 13 years ago • 1 comments

I just downloaded the latest package and installed it. I am using MacVim.

After starting the server using :Rdebugger script/rails s, I tried to set breakpoints using <Leader>b, I got the following message. what am I missing?

:!make 2>&1| tee /var/folders/fX/fXu93H6uEiGROBrH7EOOKE+++TM/-Tmp-/vJaZYU2/30 make: *** No targets specified and no makefile found. Stop. (1 of 1): make: *** No targets specified and no makefile found. Stop.

jackxxu avatar Sep 08 '11 03:09 jackxxu

did you use b or b (default leader = '')....either way it looks like something is mapped to the command to call make. You can edit the mappings in ".vim/plugin/ruby-debugger.vim

bdwetzel-sage avatar Feb 03 '12 23:02 bdwetzel-sage