From: steve ross Date: 2010-01-30T04:55:11+09:00 Subject: Re: How to debug capistrano? On Jan 29, 2010, at 11:30 AM, Fritz Trapper wrote: > > I have a hard authentication problem with capistrano and want to track > it down using the ruby debugger. (Using cap -d is not sufficient) > > How to start capistrano in the ruby debugger? rdebug cap deploy ? But I usually just type in the commands Capistrano would have used one at a time until I figure out what the matter is. BTW: There is a Capistrano Google Group: http://groups.google.com/group/capistrano HTH