Package implementing the Python Debugger
This package implements the graphical python debugger. It consists
of the debugger related MMI part, supporting dialogs, the debug server
and three different kinds of debug clients. These are:
- DebugClient.py
- This is the standard debug client using several
Qt features.
- DebugClientNoQt.py
- This is a debug client, that does not use any Qt
features. Thus it needs less resources on the client side.
- DebugClientThreads.py, DebugThread.py
- This is a debug client, that
is capable of debugging multithreaded applications. It uses several
Qt features.
|