Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ruby
/
debug
Public
Notifications
You must be signed in to change notification settings
Fork
146
Star
1.3k
Code
Issues
75
Pull requests
19
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jun 12, 2026
Add sleep to USE_TMP_HOME check for macOS
Show description for 6510cfb
nobu
authored and
ko1
committed
6510cfb
View commit details
Copy full SHA for 6510cfb
Browse repository at this point
Commits on May 27, 2026
ci: declare workflow-level contents: read on 5 workflows
Show description for ce67347
arpitjain099
authored and
ko1
committed
ce67347
View commit details
Copy full SHA for ce67347
Browse repository at this point
Commits on Apr 29, 2026
Update color test for IRB struct member name coloring
Show description for 9dc2024
claude
authored and
ko1
committed
9dc2024
View commit details
Copy full SHA for 9dc2024
Browse repository at this point
Commits on Apr 5, 2026
Fix showing help message on wrong options
vipera
authored and
ko1
committed
95997c2
View commit details
Copy full SHA for 95997c2
Browse repository at this point
fix: deadlock using IRB integration on Rails applications
Show description for 1de33e7
jvlara
authored and
ko1
committed
1de33e7
View commit details
Copy full SHA for 1de33e7
Browse repository at this point
Commits on Mar 30, 2026
Scrub invalid UTF-8 bytes from debuggee output in tests
Show description for 2897eda
k0kubun
committed
2897eda
View commit details
Copy full SHA for 2897eda
Browse repository at this point
Commits on Dec 19, 2025
v1.11.1
ko1
committed
bad4d38
View commit details
Copy full SHA for bad4d38
Browse repository at this point
FileUtils is needed
ko1
committed
88d762c
View commit details
Copy full SHA for 88d762c
Browse repository at this point
Commits on Dec 18, 2025
omit on older version
Show description for 553373a
ko1
committed
553373a
View commit details
Copy full SHA for 553373a
Browse repository at this point
use `Kernel.__callee__`
Show description for c1c1c8e
ko1
committed
c1c1c8e
View commit details
Copy full SHA for c1c1c8e
Browse repository at this point
catch up 4.0.0 backtrace change
ko1
committed
24f95d6
View commit details
Copy full SHA for 24f95d6
Browse repository at this point
add a test for `b path: ...`
ko1
committed
bc97d33
View commit details
Copy full SHA for bc97d33
Browse repository at this point
support `b path: path_expr`
Show description for 1139d78
ko1
committed
1139d78
View commit details
Copy full SHA for 1139d78
Browse repository at this point
Commits on Dec 5, 2025
catch any exception on `singletonclass`
Show description for 06342cd
ko1
committed
06342cd
View commit details
Copy full SHA for 06342cd
Browse repository at this point
fix(DAP): Return unverified breakpoints instead of unsuccessful response
dmlambo
authored and
ko1
committed
2791573
View commit details
Copy full SHA for 2791573
Browse repository at this point
Commits on Jul 15, 2025
Update imemo_mask to match ruby's
Show description for 14c8a54
byroot
authored and
ko1
committed
14c8a54
View commit details
Copy full SHA for 14c8a54
Browse repository at this point
Commits on Jun 17, 2025
v1.11.0
ko1
committed
a86adbb
View commit details
Copy full SHA for a86adbb
Browse repository at this point
Self-document the XDG_STATE_HOME fallback
jasonkarns
authored and
ko1
committed
ec0a966
View commit details
Copy full SHA for ec0a966
Browse repository at this point
Commits on Jun 13, 2025
fix hitory file path
Show description for 43f80ff
ko1
committed
43f80ff
View commit details
Copy full SHA for 43f80ff
Browse repository at this point
Commits on Jun 6, 2025
Support config.rb in XDG config path (#1031)
jgarber623
authored and
ko1
committed
f0579e4
View commit details
Copy full SHA for f0579e4
Browse repository at this point
Add XDG support for rdbgrc file (#1031)
Show description for b63bd2e
jgarber623
authored and
ko1
committed
b63bd2e
View commit details
Copy full SHA for b63bd2e
Browse repository at this point
Add XDG support for history file (#1031)
Show description for 630dbfa
jgarber623
authored and
ko1
committed
630dbfa
View commit details
Copy full SHA for 630dbfa
Browse repository at this point
Commits on Jun 5, 2025
Fix load_history method
jsxs0
authored and
ko1
committed
bd9a813
View commit details
Copy full SHA for bd9a813
Browse repository at this point
fix: use String#scrub to handle encoding gracefully
jsxs0
authored and
ko1
committed
64c0c72
View commit details
Copy full SHA for 64c0c72
Browse repository at this point
fix: handle UTF-8 history with empty LANG env
jsxs0
authored and
ko1
committed
29bb179
View commit details
Copy full SHA for 29bb179
Browse repository at this point
Fix help message of the `eval` command
Show description for 32f55ff
matthieuprat
authored and
ko1
committed
32f55ff
View commit details
Copy full SHA for 32f55ff
Browse repository at this point
Explicitly skip TracePoint events in internal code
Show description for b0ca87e
mame
authored and
ko1
committed
b0ca87e
View commit details
Copy full SHA for b0ca87e
Browse repository at this point
update README.md
ko1
committed
dbcddaa
View commit details
Copy full SHA for dbcddaa
Browse repository at this point
Commits on Jun 4, 2025
The debug gem can abort when stepping into a rescue clause:
Show description for cf469f2
mame
committed
cf469f2
View commit details
Copy full SHA for cf469f2
Browse repository at this point
`no_repeat` option
Show description for fb1cff5
ko1
committed
fb1cff5
View commit details
Copy full SHA for fb1cff5
Browse repository at this point
Normalize formatting, grammar, etc…
Show description for a9bbc70
stevenharman
authored and
ko1
committed
a9bbc70
View commit details
Copy full SHA for a9bbc70
Browse repository at this point
Fix FrameInfo#block_identifier
Show description for 69d245a
andrepiske
authored and
ko1
committed
69d245a
View commit details
Copy full SHA for 69d245a
Browse repository at this point
Add `show_src_lines_frame` option
Show description for ba7c39d
HeyNonster
authored and
ko1
committed
ba7c39d
View commit details
Copy full SHA for ba7c39d
Browse repository at this point
Commits on Dec 18, 2024
v1.10.0
ko1
committed
bead098
View commit details
Copy full SHA for bead098
Browse repository at this point
`port_range` lvar is not defined
ko1
committed
51b0161
View commit details
Copy full SHA for 51b0161
Browse repository at this point
Previous
Next
You can’t perform that action at this time.