Ruby debug
Open-source debugging for Ruby MRI 2.7 and later.
At a glance
- Editor scoreNot yet scored
- PricingOpen source
- Best forRuby application debugging
- Paid fromNone
- Supported languagesRuby (MRI) 2.7 and later
- Facts checked20 Sep 2026
Where it wins
- Supports conditional, exception, path, method, line, and watch breakpoints
- Adds remote debugging, recording and replay, tracing, and expression evaluation
- Connects with VS Code and Chrome DevTools
Where it doesn't
- Focused on Ruby MRI rather than multi-language debugging
- Requires installing and using the Ruby debug gem
- Command-line workflow may not suit teams seeking a hosted debugger
Our verdict on Ruby debug
Ruby debug is an open-source debugging library and command-line debugger for Ruby MRI 2.7 and later. It is designed for Ruby developers who need to inspect applications and scripts locally, pause execution at precise points, evaluate expressions, trace method calls or lines, and investigate exceptions. The tool is installed as the Ruby debug gem and combines console-based workflows with integrations for VS Code and Chrome DevTools. Its scope is deliberately centered on Ruby MRI rather than a broad, multi-language debugging environment.
The debugging feature set covers common investigation tasks and more advanced workflows. Developers can use line, method, conditional, path, watch, and exception breakpoints, then step, continue, finish, and navigate frames. Expression evaluation and program-status inspection help examine runtime state, while method-call and line tracing provide visibility into execution flow. Recording and replay add a time-travel debugging option, allowing developers to review recorded behavior rather than relying only on a live session. Remote debugging is available over Unix domain sockets and TCP/IP, which extends the tool beyond a single local process.
Ruby debug is a strong fit for teams working within its supported Ruby version range and wanting an open-source debugger with both command-line control and editor or browser-based options. VS Code and Chrome DevTools integration can make the workflow more familiar for developers who prefer graphical inspection alongside rdbg. The main trade-off is its narrow platform scope: teams debugging several programming languages, seeking a hosted service, or preferring a fully managed commercial product should look elsewhere. For Ruby MRI applications and scripts, its combination of breakpoints, remote sessions, replay, tracing, and expression evaluation gives it substantial debugging depth without a paid plan structure.
Ruby debug pricing
Ruby debug fact sheet
| Free plan | Not verified |
|---|---|
| Paid from | None |
| Supported languages | Ruby (MRI) 2.7 and later |
| Target platforms | Not verified |
| Remote debugging | Yes |
| Conditional breakpoints | Yes |
| Exception breakpoints | Yes |
| Time-travel debugging | Yes |
| Core dump debugging | Not verified |
| Deployment | Self-hosted |
| Support | Community, Docs |
| Built for | Solo, Small business, Mid-market, Enterprise (editorial estimate) |
| Integrations | 2 integrations: VS Code, Chrome DevTools |
| Pricing | Open source |
| Website | github.com |
| Facts checked | 20 Sep 2026 |
Ruby debug integrations
Ruby debug lists 2 integrations on its own site.
- VS Code
- Chrome DevTools
Alternatives to Ruby debug
- GDBA free, open-source debugger with unusually broad language, target, and remote-debugging coverage.—
- LLDBA capable, free debugger for C/C++ and Apple-platform development.—
- WinDbgA free, deeply capable debugger for Windows applications, drivers, and crash analysis.—
See all Ruby debug alternatives →
Used Ruby debug? Be the first to review it
The editor score above is our own research. What this page doesn't have yet is a reader's view — what you used Ruby debug for, what worked and what didn't. No stars are seeded and no review is paid for; an editor reads every one before it appears.
Write a reviewTwo minutes · verified accounts only · read by an editor before it appears
Featured on iTechGuides
Ruby debug is listed in our Debuggers directory. Add the badge to your site — it links back to this page.
<a href="https://www.itechguides.com/products/ruby-debug/"><img src="https://www.itechguides.com/best/badge/ruby-debug.svg" alt="Featured on iTechGuides" width="230" height="46"></a>
Reviewed by iTechGuides Editors · Editorial team · Updated Sep 2026
Advertiser disclosure: iTechGuides is reader-supported. We may earn a commission when you click some links. It never changes a score or a verdict. How we rank.

