From: Robert Feldt Date: 2003-03-08T23:01:23+09:00 Subject: Re: Debugging in Test::Unit::TestCases On Sat, 8 Mar 2003, ts wrote: > >>>>> "R" == Robert Feldt writes: > > R> ruby -r debug test_case.rb > > Which version ? > Yeah, its somewhat old $ ruby -v ruby 1.8.0 (2003-02-22) [i386-mingw32] and second to latest Test::Unit. Hmm, seems I draw some erroneous conclusions there, seems I can't set any breakpoints at all. I thought it had something to do with Test::Unit. I'll update to latest versions and see if that'll fix it. Thanks, Robert