forked from qt-creator/qt-creator
debugger: some basic support for 'catch catch' and 'catch throw'
Hidden in the Breakpoints context menu.
This commit is contained in:
@@ -130,7 +130,9 @@ enum DebuggerActionCode
|
||||
SelectedPluginBreakpoints,
|
||||
NoPluginBreakpoints,
|
||||
SelectedPluginBreakpointsPattern,
|
||||
UsePreciseBreakpoints
|
||||
UsePreciseBreakpoints,
|
||||
BreakOnThrow,
|
||||
BreakOnCatch
|
||||
};
|
||||
|
||||
// singleton access
|
||||
|
||||
Reference in New Issue
Block a user