Skip to content

"VIM not found" debugger wont start server #88

Description

@sdbondi

Hi,

I'm using Ubuntu 12.04, ruby 1.9.3p327, vim 7.4, debugger 1.6.1

:echo has("signs") && has("clientserver") && has("ruby") && v:version > 700 returns '1'

Started vim:
vim --servername VIM

ruby_debugger_log

Vim plugin, 12:04:41: Executing :Rdebugger...
Vim plugin, 12:04:41: Initializing Server object
Vim plugin, 12:04:41: Stopping, pid is: 10008
Vim plugin, 12:04:41: Killing server with pid 10008
Vim plugin, 12:04:41: Executing command: ruby -e 'Process.kill9,10008)'
Vim plugin, 12:04:41: Killed server with pid: 10008
Vim plugin, 12:04:41: Starting Server, command: "'/home/stan/.rvm/gems/ruby-1.9.3-p327/bin/rails' s"
Vim plugin, 12:04:41: Executing command: rdebug-vim --file /home/stan/Projects/code/vimrc/bundle/vim-ruby-debugger/tmp/ruby_debugger --output /home/stan/Projects/code/vimrc/bundle/vim-ruby-debugger/tmp/ruby_debugger_output --socket /tmp/voJF46L/12 --logger_file /home/stan/Projects/code/vimrc/bundle/vim-ruby-debugger/tmp/ruby_debugger_log --debug_mode 1 --vim_executable VIM --vim_servername VIM --separator ++vim-ruby-debugger-separator++ -- '/home/stan/.rvm/gems/ruby-1.9.3-p327/bin/rails' s
debugger-xml, 12:04:42 : Executing command: VIM --servername VIM -u NONE -U NONE --remote-send "<C-\>:call RubyDebugger.establish_connection()"
Vim plugin, 12:04:42: PID: 10181
Vim plugin, 12:04:42: Waiting for starting debugger...

My .vimrc

Bundle 'astashov/vim-ruby-debugger'
let g:ruby_debugger_debug_mode = 1
let g:ruby_debugger_default_script = 'rails s'

In ruby_debugger_output I get

sh: 1: VIM: not found


I had another issue earlier where the server wouldn't start and I had to manually create the tmp directory /tmp/vdpXT6K/ to get past that one.

Please help! :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions