0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Mar 10, 2025 — Mar 10, 2026
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. More... over 17 years ago
Last commit before release. More... over 17 years ago
Add rdoc for rdebug script. More... over 17 years ago
Go over RDOC documentation. More... over 17 years ago
Add one more reference to start with a block More... over 17 years ago
Remove hard-coded version number in example output More... over 17 years ago
More administrivia More... over 17 years ago
More administrivia More... over 17 years ago
More administrivia More... over 17 years ago
More administrivia More... over 17 years ago
Administrivia More... over 17 years ago
Go over documentation for 0.10.3 release. rdoc creates files in doc/rdoc. More... over 17 years ago
Go over documentation and revise. 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. More... over 17 years ago
Make Debugger.start{block} work if Debugger.started? is false. Second try. More... over 17 years ago
Start unit test for command regular expressions. Much more willing out to be done later.... More... over 17 years ago
More line number changes in tdebug More... over 17 years ago
tdebug lines have changed 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. More... over 17 years ago
register debug_frame_t->arg_ary with GC 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?) More... over 17 years ago
added declaration of check_breakpoints_by_method method to remove compiler warning More... over 17 years ago
a little bit more readable 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 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. More... over 17 years ago
these two methods are unused More... over 17 years ago
fix the compiler warning More... over 17 years ago
Debugger.start must always call the passed block More... over 17 years ago
Change truncated frame message. More... over 17 years ago
Add check to "where" to see if the call stack is truncated; task #2354 More... over 17 years ago