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.

Modules

BreakPointViewer Module implementing the Breakpoint viewer widget.
Config Module defining the different Python types and their display strings.
DebugServer Module implementing the debug server.
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
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.