astashov / vim-ruby-debugger

Vim plugin for debugging Ruby applications (using ruby-debug-ide gem)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rdebug-ide: command not found

vladimir-vg opened this issue · comments

Got $subj message when tried to run :Rdebugger inside rails project dir.

OS: Ubuntu 10.10, nothing special.

ruby-debug-ide is installed:

$ gem list | grep debug
ruby-debug-base19 (0.11.25)
ruby-debug-ide19 (0.4.12)
ruby-debug19 (0.11.6)

Running rdebug-ide in console succesful, but running whereis rdebug-ide returns nothing. It's correct behavior?

I'm using pathogen and rvm (maybe trouble is there):

$ rvm info

ruby-1.9.2-p180:

  system:
    uname:       "Linux v-Dell-500 2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 19:00:26 UTC 2011 i686 GNU/Linux"
    bash:        "/bin/bash => GNU bash, version 4.1.5(1)-release (i686-pc-linux-gnu)"
    zsh:         " => not installed"

  rvm:
    version:      "rvm 1.5.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]"

  ruby:
    interpreter:  "ruby"
    version:      "1.9.2p180"
    date:         "2011-02-18"
    platform:     "i686-linux"
    patchlevel:   "2011-02-18 revision 30909"
    full_version: "ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]"

  homes:
    gem:          "/home/v/.rvm/gems/ruby-1.9.2-p180"
    ruby:         "/home/v/.rvm/rubies/ruby-1.9.2-p180"

  binaries:
    ruby:         "/home/v/.rvm/rubies/ruby-1.9.2-p180/bin/ruby"
    irb:          "/home/v/.rvm/rubies/ruby-1.9.2-p180/bin/irb"
    gem:          "/home/v/.rvm/rubies/ruby-1.9.2-p180/bin/gem"
    rake:         "/home/v/.rvm/gems/ruby-1.9.2-p180/bin/rake"

  environment:
    PATH:         "/home/v/.rvm/gems/ruby-1.9.2-p180/bin:/home/v/.rvm/gems/ruby-1.9.2-p180@global/bin:/home/v/.rvm/rubies/ruby-1.9.2-p180/bin:/home/v/.rvm/bin:/home/v/repos/ioke/bin:/home/v/pseudo-root/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
    GEM_HOME:     "/home/v/.rvm/gems/ruby-1.9.2-p180"
    GEM_PATH:     "/home/v/.rvm/gems/ruby-1.9.2-p180:/home/v/.rvm/gems/ruby-1.9.2-p180@global"
    MY_RUBY_HOME: "/home/v/.rvm/rubies/ruby-1.9.2-p180"
    IRBRC:        "/home/v/.rvm/rubies/ruby-1.9.2-p180/.irbrc"
    RUBYOPT:      ""
    gemset:       ""