Skip to content

Instantly share code, notes, and snippets.

@bigfish
Created April 25, 2013 05:05
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 bigfish/5457615 to your computer and use it in GitHub Desktop.
Save bigfish/5457615 to your computer and use it in GitHub Desktop.
export RUBYDB_LIB=$HOME/KomodoIDE/INSTALLDIR/lib/support/dbgp/rubylib
export RUBYDB_OPTS="HOST=localhost PORT=9000"
alias ruby_debug="ruby -I$RUBYDB_LIB -r $RUBYDB_LIB/rdbgp.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment