openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
D
denofevil's ruby-debug
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Mar 10, 2025 — Mar 10, 2026
Showing page 3 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Frame without a frame number means frame 0, same as gdb. We are now in 0.10.4 territory now.
rockyb
More...
over 17 years ago
Last commit before release.
rockyb
More...
over 17 years ago
Add rdoc for rdebug script.
rockyb
More...
over 17 years ago
Go over RDOC documentation.
rockyb
More...
over 17 years ago
Add one more reference to start with a block
rockyb
More...
over 17 years ago
Remove hard-coded version number in example output
rockyb
More...
over 17 years ago
More administrivia
rockyb
More...
over 17 years ago
More administrivia
rockyb
More...
over 17 years ago
More administrivia
rockyb
More...
over 17 years ago
More administrivia
rockyb
More...
over 17 years ago
Administrivia
rockyb
More...
over 17 years ago
Go over documentation for 0.10.3 release. rdoc creates files in doc/rdoc.
rockyb
More...
over 17 years ago
Go over documentation and revise.
rockyb
More...
over 17 years ago
Move Debugger#debugger from base to cli. Revert code in ruby_debug.c and block parameter in debugger. cf. -> Compare with. Document Debugger.start better.
rockyb
More...
over 17 years ago
Make Debugger.start{block} work if Debugger.started? is false. Second try.
rockyb
More...
over 17 years ago
Start unit test for command regular expressions. Much more willing out to be done later....
rockyb
More...
over 17 years ago
More line number changes in tdebug
rockyb
More...
over 17 years ago
tdebug lines have changed
rockyb
More...
over 17 years ago
Tweak truncated stack test since Ruby's caller doesn't seem to include (tail?) recursive calls and we do. Get regression tests working in light of recent changes.
rockyb
More...
over 17 years ago
register debug_frame_t->arg_ary with GC
kent
More...
over 17 years ago
Trying to fix "if $0 == __FILE__" ruby's idiom. Apparently setting $0 to a new value doesn't work correctly. (Ruby's bug?)
kent
More...
over 17 years ago
added declaration of check_breakpoints_by_method method to remove compiler warning
kent
More...
over 17 years ago
a little bit more readable
kent
More...
over 17 years ago
running at_exit hooks at the end of the debug_load method in order to fix test cases a chance to run
kent
More...
over 17 years ago
can't store a copy of the debug_context in the stack like that, it doesn't play along with garbage collector.
kent
More...
over 17 years ago
these two methods are unused
kent
More...
over 17 years ago
fix the compiler warning
kent
More...
over 17 years ago
Debugger.start must always call the passed block
kent
More...
over 17 years ago
Change truncated frame message.
rockyb
More...
over 17 years ago
Add check to "where" to see if the call stack is truncated; task #2354
rockyb
More...
over 17 years ago
←
1
2
3
4
5
6
7
8
9
…
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree