无法使用RubyMine进行调试

时间:2013-01-04 20:43:19

标签: ruby-on-rails-3 rubymine

当我开始调试开发时,我收到此消息:

Connecting to database specified by database.yml
然后,没有任何事情发生,我等了很长时间,没有任何事情发生,尽管数据库设置正确

如果我在没有调试的情况下启动带有开发的服务器,它将正常启动

有什么想法吗?在哪里检查这个问题?

EDIT

database.yml:

# PostgreSQL. Versions 8.2 and up are supported.
#
# Install the pg driver:
#   gem install pg
# On Mac OS X with macports:
#   gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
#   gem install pg
#       Choose the win32 build.
#       Install PostgreSQL and put its /bin directory on your path.
#
# Configure Using Gemfile
# gem 'pg'
#
development:
  adapter: postgresql
  encoding: unicode
  database: dcaclab_development
  pool: 5
  username: samir
  password: 123456

#  adapter: postgresql
#    encoding: unicode
#    database: jerry
#    pool: 5
#    username: tom
#    password: myPassword

  # Connect on a TCP socket. Omitted by default since the client uses a
  # domain socket that doesn't need configuration. Windows does not have
  # domain sockets, so uncomment these lines.
  #host: localhost
  #port: 5432

  # Schema search path. The server defaults to $user,public
  #schema_search_path: myapp,sharedapp,public

  # Minimum log levels, in increasing order:
  #   debug5, debug4, debug3, debug2, debug1,
  #   log, notice, warning, error, fatal, and panic
  # The server defaults to notice.
  #min_messages: warning

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
  adapter: postgresql
  encoding: unicode
  database: dcaclab_development
  pool: 5
  username: samir
  password: 123456



production:
  adapter: postgresql
  encoding: unicode
  database: dcaclab_development
  pool: 5
  username: samir
  password: 123456

编辑2

/usr/local/rvm/rubies/ruby-1.9.3-p125/bin/ruby -e at_exit{sleep(1)};$stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) 

/usr/local/rvm/gems/ruby-1.9.3-p125@global/gems/ruby-debug-ide-0.4.17.beta14/bin/rdebug-ide --dispatcher-port 33169 --port 46779 -- /root/RubymineProjects/dcaclab/script/rails server -b 0.0.0.0 -p 3000 -e development


Fast Debugger (ruby-debug-ide 0.4.17.beta14, ruby-debug-base 0.11.30.pre10) listens on 127.0.0.1:46779

0 个答案:

没有答案