openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
T
trepan2
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
1 day
ago.
Jun 25, 2025 — Jun 25, 2026
Showing page 38 of 39
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Install all debugger commands as ipython "magic" commands
rocky.bernstein
More...
over 17 years ago
Add my first ipython magic command in a sort of hacky way
rocky.bernstein
More...
over 17 years ago
Rename xsub x_subcmd. Start ipython magic
rocky.bernstein
More...
over 17 years ago
One more small change for ipython demo code
rocky.bernstein
More...
over 17 years ago
Add local debugger variable in "python" and "ipython" commands only as an option
rocky.bernstein
More...
over 17 years ago
Give access to the debugger internals in "ipython" and "python" commands. Possibly a slightly more flexible cli.main() routine
rocky.bernstein
More...
over 17 years ago
Allow "." in list command to refer to the current line
rocky.bernstein
More...
over 17 years ago
Add thread name to prompt if it's not 'MainThread'. Allow negative numbers in 'where' command to count from the other end. Show stopped thread distinct from 'frame' set frame in 'info threads. Remove cmdfns.get_pos_int
rocky.bernstein
More...
over 17 years ago
Move towards adding history saving/reading
rocky.bernstein
More...
over 17 years ago
Monkypatch code.py so we separate locals and globals properly. Add version numbers of required packages
rocky.bernstein
More...
over 17 years ago
cmdproc.get_pos_int -> get_int and use this in more commands. Split off "set traceset" from "set trace".
rocky.bernstein
More...
over 17 years ago
trace doc fixes
rocky.bernstein
More...
over 17 years ago
trace doc fix
rocky.bernstein
More...
over 17 years ago
Wrap another error message
rocky.bernstein
More...
over 17 years ago
finish, next, where: use more general integer evaluation routine. (FIXME: get_pos_int needs to be renamed to get_int_range). Some small bugs discovered and fixed in the various routines.
rocky.bernstein
More...
over 17 years ago
Add no-post-mortem option
rocky.bernstein
More...
over 17 years ago
Add --post-mortem option to cli.py. Enter post-mortem by default
rocky.bernstein
More...
over 17 years ago
Add an immediate debug stop via "pydbgr.api.debug(steps=0)"
rocky.bernstein
More...
over 17 years ago
Add an immediate debug stop via "pydbgr.api.debug(steps=0)"
rocky.bernstein
More...
over 17 years ago
Redo signal handling to call debugger immediately rather than set up a "next event". "info program" adjusted too.
rocky.bernstein
More...
over 17 years ago
Use GPL v3 over v2+. sighandler.py: start moving towards stopping after signal event.
rocky.bernstein
More...
over 17 years ago
skip.py: use more general integer getting routine. Small doc corrections. Make a little more amenable to Python 2.6.
rocky.bernstein
More...
over 17 years ago
Experimental: replace signal.signal so the debugger can still intercept its signals. sighandler.py: Add handle to list of ignore. dbg_pdybg -> dbg_pydbgr. When debugging the debugger turn off all debugger "ignore" routines.
rocky.bernstein
More...
over 17 years ago
Make DebuggerRestart work in post-mortem when we haven't initially set up a restart handler. We do this by recordign "sys_argv" in restart exception so we can use it in an execv-style restart if we need to.
rocky.bernstein
More...
over 17 years ago
Address some of the bugs in post-mortem handling. Allow prompt to be customized e.g. for post-mortem. Two-line "info program" for exceptions. Allow Quit to work when not started initially from the debugger.
rocky.bernstein
More...
over 17 years ago
More signal handling cleanup. There are still bugs lurking.
rocky.bernstein
More...
over 17 years ago
More sighandling bugs. Match the way pydb works a little closer
rocky.bernstein
More...
over 17 years ago
Second signal-handling test. Fix "help handle" spelling mistake.
rocky.bernstein
More...
over 17 years ago
First signal handling test
rocky.bernstein
More...
over 17 years ago
Minor change.
rocky.bernstein
More...
over 17 years ago
←
1
2
…
31
32
33
34
35
36
37
38
39
→
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