From: Ryan Davis Date: 2010-11-23T14:11:39+09:00 Subject: Re: debugging subprocess On Nov 21, 2010, at 21:06 , Chad Boyd wrote: > I'm using Autotest to automatically run my tests when I modify my code. > I would like to use ruby-debug to debug some of my code. These two activities are separate (testing vs debugging). Why are you trying to debug via autotest? Why not just run your tests directly when you need to debug?