Destroyed Setting up an Development Environment on Ubuntu 11.04Setting up development environment on Ubuntu Hardy (textile)

sfischme 2011-09-01 12:22:33 -07:00
parent 7aa4e2dc10
commit 827196adc8

@ -1,15 +0,0 @@
h1. Setting up an Development Environment on Ubuntu 11.04Setting up development environment on Ubuntu Hardy
First follow the steps to setup a minimal installation on Ubuntu: [[Ubuntu 11.04 minimal setup]]. Afterwards you can then install debugging support and start the server in debugging mode.
h2. Debugging
Install debugger support with:
@sudo gem install ruby-debug@
Start server with
@server --debugger@
Simply insert the @debugger@ statement in the Ruby code to invoke a debugger shell with the current context.