This page gives an overview of how to use the Ruby debugger.
Introduction
The topics below provide an introduction to some of the common tasks related to debugging Ruby code:
- Ruby debugger prerequisites
- Starting a Ruby debug session
- Ruby Debug Views
- Automatic Ruby code reloading
- Inspection shortcuts (Ruby)
- Debugging into ruby libraries
- Known Ruby debugging limitations