summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Debugger.py
Commit message (Collapse)AuthorAgeFilesLines
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-201-15/+15
| | | | | 2. Debugger Clear Breakpoints, implement 3. Nice yellow breakpoints for Chui :)
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-161-6/+9
| | | | | | Use a repr() on the subprocess side when fetching dict values for stack. The various dict entities are not needed by the debugger GUI, only their representation.
* GvR's rpc patchChui Tey2002-05-261-58/+82
|
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-251-0/+1
| | | | missing call to self.canonic().
* py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalizationKurt B. Kaiser2001-07-131-4/+4
|
* Initial revisionDavid Scherer2000-08-151-0/+308