forked from qt-creator/qt-creator
Debugger: Introduce enum for columns in breakpoint view
Change-Id: I771c7fceed31739cfe504ba660796d48fb518a5e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -129,6 +129,18 @@ enum BreakpointPathUsage
|
||||
BreakpointUseShortPath //!< Use filename only, in case source files are relocated.
|
||||
};
|
||||
|
||||
enum BreakpointColumns
|
||||
{
|
||||
BreakpointNumberColumn,
|
||||
BreakpointFunctionColumn,
|
||||
BreakpointFileColumn,
|
||||
BreakpointLineColumn,
|
||||
BreakpointAddressColumn,
|
||||
BreakpointConditionColumn,
|
||||
BreakpointIgnoreColumn,
|
||||
BreakpointThreadsColumn
|
||||
};
|
||||
|
||||
enum BreakpointParts
|
||||
{
|
||||
NoParts = 0,
|
||||
|
||||
Reference in New Issue
Block a user