Package implementing the Debugger frontend
This package implements the graphical debugger. It consists of the debugger related HMI part, supporting dialogs and the debug server.
BreakPointModel | Module implementing the Breakpoint model. |
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. |
DebugViewer | Module implementing a tab widget containing various debug related views. |
EditBreakpointDialog | Module implementing a dialog to edit breakpoint properties. |
EditWatchpointDialog | Module implementing a dialog to edit watchpoint properties. |
ExceptionLogger | Module implementing the Exception Logger widget. |
ExceptionsFilterDialog | Module implementing the exceptions filter dialog. |
StartDialog | Module implementing the Start Program dialog. |
Ui_EditBreakpointDialog | |
Ui_EditWatchpointDialog | |
Ui_ExceptionsFilterDialog | |
Ui_StartCoverageDialog | |
Ui_StartCyclopsDialog | |
Ui_StartDebugDialog | |
Ui_StartProfileDialog | |
Ui_StartRunDialog | |
Ui_VariableDetailDialog | |
Ui_VariablesFilterDialog | |
VariableDetailDialog | Module implementing the variable detail dialog. |
VariablesFilterDialog | Module implementing the variables filter dialog. |
VariablesViewer | Module implementing the variables viewer widget. |
WatchPointModel | Module implementing the Watchpoint model. |
WatchPointViewer | Module implementing the Watchpoint viewer widget. |