Module implementing a dialog for editing breakpoints.
BreakpointDialog | Class implementing a dialog for editing breakpoints. |
None |
Class implementing a dialog for editing breakpoints.
In this dialog all currently set breakpoint can be delete or be changed. Unconditional breakpoints can be converted to conditional ones by entering a condition term, conditional ones to unconditional by removing the condition term. This dialog has three different modes. In 'project' mode all breakpoints of the current project are shown, in 'global' mode all breakpoints and in 'file' mode the breakpoints of a specific file.
BreakpointDialog | Constructor |
handleDeleteAll | Private slot to delete all breakpoints listed in the listview. |
handleDeleteSelected | Private slot to delete the selected breakpoints of the listview. |
handleDeleteSingle | Private slot to delete a single breakpoint. |
handleEditBP | Private slot to edit the properties of the selected breakpoint. |
handleGoto | Private slot to go to a breakpoint. |
handleListContextmenu | Private slot to show the context menu of the listview. |
Constructor
Private slot to delete all breakpoints listed in the listview.
Private slot to delete the selected breakpoints of the listview.
Private slot to delete a single breakpoint.
Private slot to edit the properties of the selected breakpoint.
Private slot to go to a breakpoint.
Private slot to show the context menu of the listview.