astashov / vim-ruby-debugger

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

unable to set a break point #61

Open jackxxu opened 13 years ago

jackxxu commented 13 years ago

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 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.

bdwetzel-sage commented 12 years ago

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