Description
Debugs Ruby programs with breakpoints, stepping, inspection, and interactive control. It is useful for developers investigating application behavior, tests, exceptions, and complex runtime state.
Debuggers can expose secrets, user records, and internal state in consoles or logs. Use them only in trusted environments and avoid attaching to production processes without a clear plan.