1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Jun 25, 2025 — Jun 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Install all debugger commands as ipython "magic" commands More... over 17 years ago
Add my first ipython magic command in a sort of hacky way More... over 17 years ago
Rename xsub x_subcmd. Start ipython magic More... over 17 years ago
One more small change for ipython demo code More... over 17 years ago
Add local debugger variable in "python" and "ipython" commands only as an option More... over 17 years ago
Give access to the debugger internals in "ipython" and "python" commands. Possibly a slightly more flexible cli.main() routine More... over 17 years ago
Allow "." in list command to refer to the current line 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 More... over 17 years ago
Move towards adding history saving/reading More... over 17 years ago
Monkypatch code.py so we separate locals and globals properly. Add version numbers of required packages More... over 17 years ago
cmdproc.get_pos_int -> get_int and use this in more commands. Split off "set traceset" from "set trace". More... over 17 years ago
trace doc fixes More... over 17 years ago
trace doc fix More... over 17 years ago
Wrap another error message 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. More... over 17 years ago
Add no-post-mortem option More... over 17 years ago
Add --post-mortem option to cli.py. Enter post-mortem by default More... over 17 years ago
Add an immediate debug stop via "pydbgr.api.debug(steps=0)" More... over 17 years ago
Add an immediate debug stop via "pydbgr.api.debug(steps=0)" More... over 17 years ago
Redo signal handling to call debugger immediately rather than set up a "next event". "info program" adjusted too. More... over 17 years ago
Use GPL v3 over v2+. sighandler.py: start moving towards stopping after signal event. 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. 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. 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. 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. More... over 17 years ago
More signal handling cleanup. There are still bugs lurking. More... over 17 years ago
More sighandling bugs. Match the way pydb works a little closer More... over 17 years ago
Second signal-handling test. Fix "help handle" spelling mistake. More... over 17 years ago
First signal handling test More... over 17 years ago
Minor change. More... over 17 years ago