0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 10, 2025 — Mar 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bang on rdebug-track.el to get to work better. Basically added gud-call-frame, position tracking and more common initialization for key bindings. More... about 18 years ago
Fringe for frame buffer the same as in source code. Move miscellaneous small functions to a new file. Reduce duplication of "chomp" code. More... about 18 years ago
Process status is now 'running', 'stopped', 'exited', and 'crashed'. (Detecting the crash situation is a hack, the prompt is checked if it contains 'post-mortem'...) More... about 18 years ago
Debugger status is now displayed in the mode line of source and secondary buffers. More... about 18 years ago
rdebug-cmd.el: M-insert toggles shortkey mode in the command buffer rdebug: search for Ruby program if file is not found and no SEPARATOR chars in the filename More... about 18 years ago
Add "show post-mortem". Note "show port" now requires 3 letters: "show por" to distinguish it from "show post-mortem". More... about 18 years ago
remove annotate=2. Emacs code can now redirect output to command or to buffer. rdebug-track.el More... about 18 years ago
Frame switching shouldn't be recorded in position history ring. More... about 18 years ago
Make gud-comint-buffer local in the source file. Frame indicator is hollow except when it's the top frame. More... about 18 years ago
Note as to how some of the emacs code is structured. More... about 18 years ago
Fixed broken case (rdebug-call-queue is now a list of lists). More... about 18 years ago
Exit messages now go to the echo area. New command kind supported in rdebug-call-queue, :message. More... about 18 years ago
test-filter.el -> test-annotate.el Reinstate the ";;; redebug-xxx.el ends here" and ;;; rdebug-xxx.el --- at the thop. More... about 18 years ago
Move short-key mode from source into short-key. Makefile.am: reduce redundancy a tad. More... about 18 years ago
Replace rdebug--... with rdebug-. Run checkdoc and deal with some of those errors. More... about 18 years ago
The rdebug-call-queue system reworked, each entry is now a list of the command and options telling the system what it should do with the output. Currently, :tooltip and :info are supported, but more can easily be added (including support for lambda-expression, if needed). More... about 18 years ago
Add Debugger.last_exception. Show exception in post-mortem when "info program" is issued. Reorganize list of major changes better. More... about 18 years ago
Improve comment. More... about 18 years ago
Remove rdebug-test-test which doesn't seem to be used. More... about 18 years ago
Move some breakpoint-related code from rdebug-core.el to rdebug-breaks.el More... about 18 years ago
Create functions for showing temporary messages and error messages - don't call show-tooltip() or message() directy. More... about 18 years ago
The error buffer should work correctly again (untested) More... about 18 years ago
Moved handling of command output out from gud-rdebug-marker-filter. It is now handled by rdebug-cmd-XXX (which used to be located in rdebug-info.el.) Tooltip handling is now more robust, e.g. it works when more than one annotation is received at once, or if the annotation arrives in split packages. More... about 18 years ago
Add routine to go to a particular history location. Break out command buffer things into its own file. More... about 18 years ago
Show ring number when moving positions. More... about 18 years ago
Save stopping points and give a way to move around in them. More... about 18 years ago
processor.rb: spelled "post-mortem" incorrectly in prompt. More... about 18 years ago
Use rdebug-input-prompt-regexp rather than duplicate strings. Set comint-next/previous-prompt More... about 18 years ago
Set up keys for comint-next-prompt and comint-previous-prompt. More... about 18 years ago
Newer rubygems depricates Gem::Platform::WIN32 More... about 18 years ago