1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Jul 02, 2025 — Jul 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add list error return. More... almost 17 years ago
Comment typo More... almost 17 years ago
Was using incorrorrect readline in standalone code. Harmless, but wrong More... almost 17 years ago
Variable name typo bug. And make pyflakes friendly too. More... almost 17 years ago
In slightly better alignment with rbdbgr More... almost 17 years ago
Doc typo More... almost 17 years ago
Add autopython command. Show location when coming out of python or ipython and not leaving debugger command loop. More... almost 17 years ago
Small changes which put code more in sync with rbdbgr. More... almost 17 years ago
file.py: more defensive programming. Minor doc string correction pp.py: We don't need a stack to run this. More... almost 17 years ago
Make DebuggerInterface out parameter compatible with using File output More... almost 17 years ago
Small doc change More... almost 17 years ago
Remove unused imports (found via pyflakes) More... almost 17 years ago
Make the caller of confirm more explicit by changing the confirm "default" parameter from optional to manditory. Allow base_intf.__init__ to be used by default. More... almost 17 years ago
Separate name_aliases into name string attribute and aliases tuple. Is cleaner and stays in sync with rbdbgr More... almost 17 years ago
Minor regularization changes to sync with rbdbgr More... almost 17 years ago
Regularize file directory import load method name. Keeps in sync with rbdbgr too. More... almost 17 years ago
output -> dbg_output More... almost 17 years ago
Doc changes More... almost 17 years ago
up/down (help) docstring corrections More... almost 17 years ago
Do not run up/down command if there is an argument error More... almost 17 years ago
Change places where I forgot to rename {input,output} to dbg_{input,output} Remove cmdname from get_an_int - it's not used. More... almost 17 years ago
input -> dbg_input, output -> dbg_output. I think input and output are reserved words. More... almost 17 years ago
A minor neatify. More... almost 17 years ago
More stringent command class attribute checking. More... almost 17 years ago
A couple of typos, one variable name, one docstring. More... almost 17 years ago
Doc string typo. More... almost 17 years ago
Doc typo. More... almost 17 years ago
Add edit command. Change msg to errmsg in cd command. More... almost 17 years ago
Add gdb-like cd command. Add "help files". We're In 0.1.2svn now. More... almost 17 years ago
Update for 0.1.1 release More... almost 17 years ago