From: ts Date: 2003-03-08T23:04:09+09:00 Subject: Re: Debugging in Test::Unit::TestCases >>>>> "R" == Robert Feldt writes: R> and second to latest Test::Unit. Hmm, seems I draw some erroneous R> conclusions there, seems I can't set any breakpoints at all. I thought it R> had something to do with Test::Unit. Well, I've this in unit.rb at_exit { # We can't debug tests run with at_exit unless we add the following: set_trace_func DEBUGGER__.context.method(:trace_func).to_proc if (defined? DEBUGGER__) Guy Decoux