summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/RemoteDebugger.py
Commit message (Collapse)AuthorAgeFilesLines
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-201-7/+50
| | | | | 2. Debugger Clear Breakpoints, implement 3. Nice yellow breakpoints for Chui :)
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-161-32/+42
| | | | | | 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-0/+287