summaryrefslogtreecommitdiff
path: root/debugger.py
Commit message (Collapse)AuthorAgeFilesLines
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-2/+2
|
* pkginfo: update setup.py from new policyJulien Jehannet2010-05-211-1/+0
|
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill ↵Sylvain Th?nault2010-04-281-1/+1
| | | | DEPENDS file
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-3/+20
|
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
|
* mergelogilab-common-version-0.45.2Sylvain Th?nault2009-11-231-3/+6
|\
| * Add a "set_trace" function to debugger.py (to use in place of pdb.set_trace)David Douard2009-10-081-3/+6
| |
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-1/+1
|/
* [cleanup] delete-trailing-whitespaceNicolas Chauvat2009-07-191-8/+8
|
* add a new colorize_source function in debugger.py (based on ipython)Adrien Di Mascio2009-01-201-1/+13
|
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-1/+6
|
* catch IOError that getsource might throwAdrien Di Mascio2008-01-241-0/+2
|
* add open command to lgc's debuggerAdrien Di Mascio2007-12-141-0/+8
|
* variable name completion for Pdb's p commandAdrien Di Mascio2007-12-101-23/+45
|
* testlib use a customized debuggerAdrien Di Mascio2007-12-051-0/+140