On 13 April 2011 13:53, Fernando Perez <[email protected]> wrote: > For some reason my debugger breakpoint is ignored when I run a single > test, but the debugger works in the development environment. > > Is there anything that I may have missed transitioning from 2.x to 3.x > to make the debugger work during tests?
Are you using a ruby command to run the test, ie ruby <options> some_file.rb? If so then use rdebug rather than ruby. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

