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
1 day
ago. based on code collected
1 day
ago.
Mar 10, 2025 — Mar 10, 2026
Showing page 9 of 32
Search / Filter on:
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.
rockyb
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.
rockyb
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'...)
andersl
More...
about 18 years ago
Debugger status is now displayed in the mode line of source and secondary buffers.
andersl
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
rockyb
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".
rockyb
More...
about 18 years ago
remove annotate=2. Emacs code can now redirect output to command or to buffer. rdebug-track.el
rockyb
More...
about 18 years ago
Frame switching shouldn't be recorded in position history ring.
rockyb
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.
rockyb
More...
about 18 years ago
Note as to how some of the emacs code is structured.
rockyb
More...
about 18 years ago
Fixed broken case (rdebug-call-queue is now a list of lists).
andersl
More...
about 18 years ago
Exit messages now go to the echo area. New command kind supported in rdebug-call-queue, :message.
andersl
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.
rockyb
More...
about 18 years ago
Move short-key mode from source into short-key. Makefile.am: reduce redundancy a tad.
rockyb
More...
about 18 years ago
Replace rdebug--... with rdebug-. Run checkdoc and deal with some of those errors.
rockyb
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).
andersl
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.
rockyb
More...
about 18 years ago
Improve comment.
rockyb
More...
about 18 years ago
Remove rdebug-test-test which doesn't seem to be used.
rockyb
More...
about 18 years ago
Move some breakpoint-related code from rdebug-core.el to rdebug-breaks.el
rockyb
More...
about 18 years ago
Create functions for showing temporary messages and error messages - don't call show-tooltip() or message() directy.
rockyb
More...
about 18 years ago
The error buffer should work correctly again (untested)
andersl
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.
andersl
More...
about 18 years ago
Add routine to go to a particular history location. Break out command buffer things into its own file.
rockyb
More...
about 18 years ago
Show ring number when moving positions.
rockyb
More...
about 18 years ago
Save stopping points and give a way to move around in them.
rockyb
More...
about 18 years ago
processor.rb: spelled "post-mortem" incorrectly in prompt.
rockyb
More...
about 18 years ago
Use rdebug-input-prompt-regexp rather than duplicate strings. Set comint-next/previous-prompt
rockyb
More...
about 18 years ago
Set up keys for comint-next-prompt and comint-previous-prompt.
rockyb
More...
about 18 years ago
Newer rubygems depricates Gem::Platform::WIN32
rockyb
More...
about 18 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
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