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:
@@ -120,6 +120,7 @@ enum DebuggerCapabilities
|
||||
JumpToLineCapability = 0x40,
|
||||
ReloadModuleCapability = 0x80,
|
||||
ReloadModuleSymbolsCapability = 0x100,
|
||||
BreakOnThrowAndCatchCapability = 0x200,
|
||||
};
|
||||
|
||||
enum LogChannel
|
||||
|
||||
Reference in New Issue
Block a user