You are here: Home // Debugging
Debugging
Podcast: Play in new window
| Download
We talked quite a bit today about debugging tools in the Ruby Rogues podcast. I recorded this before that episode. Here’s a brief introduction on how to use debuggers to find problems in your Rails code.
The basic idea is that your set a breakpoint in your application, which causes the application to stop processing and allow you to access the application’s...

