eric3.Debugger

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.

Packages

Cyclops Package implementing the Cyclops cycle finder

Modules

AsyncFile Module implementing an asynchronous file like socket interface for the debugger.
AsyncIO Module implementing an asynchronous interface for the debugger.
AsyncIOBase Module implementing a Qt free base class of an asynchronous interface for the debugger.
BreakPointViewer Module implementing the Breakpoint viewer widget.
Config Module defining the different Python types and their display strings.
DCTestResult Module implementing a TestResult derivative for the eric3 debugger.
DebugBase Module implementing the debug base class.
DebugClient Module implementing the Qt version of the debug client.
DebugClientBase Module implementing a debug client base class.
DebugClientCapabilities Module defining the debug clients capabilities.
DebugClientNoQt Module implementing a Qt free version of the debug client.
DebugClientThreads Module implementing the multithreaded Qt version of the debug client.
DebugProtocol Module defining the debug protocol tokens.
DebugServer Module implementing the debug server.
DebugThread Module implementing the debug thread.
DebugUI Module implementing the debugger UI.
EditBreakpointDialog Module implementing a dialog to edit breakpoint properties.
EditBreakpointForm
EditWatchpointDialog Module implementing a dialog to edit watchpoint properties.
EditWatchpointForm
ExceptionLogger Module implementing the Exception Logger widget.
ExceptionsFilterDialog Module implementing the exceptions filter dialog.
ExceptionsFilterForm
FlexCompleter Word completion for the eric3 shell
PyCoverage Module for the collection and analysis of code coverage data.
PyProfile Module defining additions to the standard Python profile.py.
StartDialog Module implementing the Start Program dialog.
StartForm
VariableDetailDialog Module implementing the variable detail dialog.
VariableDetailForm
VariablesFilterDialog Module implementing the variables filter dialog.
VariablesFilterForm
VariablesViewer Module implementing the variables viewer widget.
WatchPointViewer Module implementing the Watchpoint viewer widget.
eric3dbgstub Module implementing a debugger stub for remote debugging.
getpass Module implementing utilities to get a password and/or the current user name.