ruby on rails - Debug using Rubymine -
i work on ror application. debug app using rubymine debugger. have run app on specific port on server. question is. should change default port in rubymine configuration on webrick run? if how? or run app rubymine? don't know "correct" questions (correct mean not stupid;)) i'm fresh in ruby technologies. answers.
edit: dax thank answer have changed port. serwer run have in rubymine console information that:
fast debugger (ruby-debug-ide 0.4.22, ruby-debug-base19x 0.11.30.pre15) listens on 127.0.0.1:43588
i should change fast debugger port make work. right? don't have idea how change it.
edit:
after while this:
30381: exception in debugthread loop: wrong number of arguments (0 1) backtrace: /home/arkency/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/gems/1.9.1/gems/debugger-1.6.2/lib/ruby-debug/interface.rb:175:in `read_command' from: /home/arkency/.gem/ruby/1.9.1/gems/ruby-debug-ide-0.4.22/lib/ruby-debug-ide/ide_processor.rb:84:in `process_commands' from: /home/arkency/.gem/ruby/1.9.1/gems/ruby-debug-ide-0.4.22/lib/ruby-debug-ide.rb:122:in `block in start_control' [2014-04-13 15:18:08] error systemexit: exit /home/arkency/.gem/ruby/1.9.1/gems/ruby-debug-ide-0.4.22/lib/ruby-debug-ide.rb:126:in `exit'
edit: removed debugger gem , works fine. replies;)
from comment: rubymine doesn't work debugger
gem, have remove gemfile.
Comments
Post a Comment