On Wed, Oct 7, 2009 at 10:33 AM, Marnen Laibow-Koser <[email protected]> wrote: > Just call the debugger from within your app code, or from the test > itself. When the "debug" statement is executed, you'll be in an > interactive debugger. Simple.
"debug" is for use with views, and does not stop execution. <%= debug @foo %> "debugger" is for actually invoking the debugger and stopping execution. -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

