Socket
Book a DemoInstallSign in
Socket

passenger_debugger

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passenger_debugger

0.1.3
bundlerRubygems
Version published
Maintainers
1
Created
Source

passenger_debugger=============== Restart passenger in debug mode

== INSTALL: $ gem install redinger-passenger_debugger -s http://gems.github.com

In development.rb add:

config.gem 'passenger_debugger'

In your Rakefile add:

begin
  require 'passenger_debugger/tasks'
rescue LoadError
  STDERR.puts "Install passenger_debugger to enable debugging"
end

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.

FAQs

Package last updated on 02 Dec 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.