mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-18 13:18:09 +01:00
Destroyed Setting up an Development Environment on Ubuntu 11.04Setting up development environment on Ubuntu Hardy (textile)
parent
7aa4e2dc10
commit
827196adc8
1 changed files with 0 additions and 15 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue