Skip to content

Instantly share code, notes, and snippets.

@springaki
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save springaki/51b39e890f22d5a7eca3 to your computer and use it in GitHub Desktop.
Save springaki/51b39e890f22d5a7eca3 to your computer and use it in GitHub Desktop.
RubyMineでPowを使いながらDebugする方法 ref: http://qiita.com/spring_aki/items/8319af8ec12b444f167b
export RUBY_DEBUG_PORT=1234
export POW_WORKERS=1
$ powder restart
$ powder open
gem 'ruby-debug-ide'
gem 'debase'
if ENV['RUBY_DEBUG_PORT']
require 'ruby-debug-ide'
Debugger.start_server nil, ENV['RUBY_DEBUG_PORT'].to_i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment