1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Inside create dbgr() function inside python command to issue debugger commands. Some code adjustment based on pyflakes warnings. More... about 16 years ago
Don't try to list if we have <string>, i.e. nothing to show. Should generalize to any "nothing" to show. More... about 16 years ago
Improve nested debugging: we now showt the return value. Each nesting adds a level of parenthesis in the prompt. Continue doesn't continue outside of the nesting and the stack frame is restored properly. We have a greater likelihood of not stopping at the initial sys.call_tracing(). More... about 16 years ago
More code reorganization: move processor modules out of command directory which really should just have commands. More... about 16 years ago
Some smallish changes. More... about 16 years ago
Tidy one small output message More... about 16 years ago
Report PC offset in "info program" and "disassemble". More... about 16 years ago
VERSION.py is now a bilingual Python and POSIX shell program. This allows us to use more flexible version numbers and allows us to put in comment describing what the file is about. More... about 16 years ago
autogen.sh: Create initial version.m4 if needed More... about 16 years ago
Go with old-style classes for classes that don't inherit. More... about 16 years ago
Verison is all the sundy and various locations is now computed from pydbgr/VERSION.py. I'm amazed something as simple as this isn't easier. More... about 16 years ago
Forgot to bump version More... about 16 years ago
Update ChangeLog before release. More... about 16 years ago
We need this to make the Makefile More... about 16 years ago
Final NEWS tweaks More... about 16 years ago
Get ready for Release. Makefile.am is now complete and creates a ChangeLog. Remove functional tests for now :-( More... about 16 years ago
Use passed sys_argv if given (but default to sys.argv. This was keeping running from calling from ipython from working. More... about 16 years ago
Nested debugging sort of works. debugger.run added to encompass run_eval and run_exec. More... about 16 years ago
retval -> info return. Bump version number. More... over 16 years ago
Force quit() as an (auto)eval to exit program. More... over 16 years ago
Towards a working debug command. More... over 16 years ago
Separate source location printing into a function so it can be customized. More... over 16 years ago
Perhaps this is cooler. On the other hand perhaps it is too slick and implementation dependent. But we will try it anyway. More... over 16 years ago
Fix bug in restoring trace filter after turnning "set dbg_pydbgr" back on. More... over 16 years ago
Turn print_location into a method inside the command processor. More... over 16 years ago
"undisplay" Docstring correction. More... over 16 years ago
Docstring indentation More... over 16 years ago
Better error message when no breakpoints set More... over 16 years ago
One more demo-code change... More... over 16 years ago
Make demo code a bit more real. More... over 16 years ago