This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Feb 17 13:47:14 -0800 2009 | |
| |
LICENSE | Tue Feb 17 13:47:14 -0800 2009 | |
| |
README | Tue Feb 17 15:18:42 -0800 2009 | |
| |
Rakefile | Tue Feb 17 14:18:02 -0800 2009 | |
| |
VERSION.yml | Tue Feb 17 15:18:42 -0800 2009 | |
| |
lib/ | Tue Feb 17 14:18:02 -0800 2009 | |
| |
passenger_debugger.gemspec | Tue Feb 17 15:18:42 -0800 2009 | |
| |
pkg/ | Tue Feb 17 15:18:42 -0800 2009 |
README
passenger_debugger=============== Restart passenger in debug model == INSTALL: gem install redinger-passenger_debugger -s http://gems.github.com In development.rb add: config.gem 'redinger-passenger_debugger', :lib => 'passenger_debugger' In your Rakefile add: require 'passenger_debugger' Add the following lines to your ~/.rdebugrc set autoeval set autolist set autoreload == USAGE: # Restart passenger in debug rake passenger:debug # Start loading a web page # Connect to the remote process rdebug -c # Once you exit the debugger, you'll need to restart in debug mode to reconnect == NOTES: If you need to exit out of debug mode in a hurry, just remove the tmp/debug.txt file Pretty much swiped from http://duckpunching.com/passenger-mod_rails-for-development-now-with-debugger COPYRIGHT ========= Copyright (c) 2008 Christopher Redinger. See LICENSE for details.







