summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerconstants.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-02-11 17:29:10 +0100
committerhjk <qtc-committer@nokia.com>2010-02-11 17:46:05 +0100
commit47fa65be6c26c04a484eb82d648587a155738b00 (patch)
tree0ed95d0144d15a6192380c883370f97a0786217d /src/plugins/debugger/debuggerconstants.h
parent14d1edd5e272309b1bc538da205f92abde0d7ab7 (diff)
downloadqt-creator-47fa65be6c26c04a484eb82d648587a155738b00.tar.gz
debugger: some basic support for 'catch catch' and 'catch throw'
Hidden in the Breakpoints context menu.
Diffstat (limited to 'src/plugins/debugger/debuggerconstants.h')
-rw-r--r--src/plugins/debugger/debuggerconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerconstants.h b/src/plugins/debugger/debuggerconstants.h
index 2f9b255443..9b6cdb636c 100644
--- a/src/plugins/debugger/debuggerconstants.h
+++ b/src/plugins/debugger/debuggerconstants.h
@@ -120,6 +120,7 @@ enum DebuggerCapabilities
JumpToLineCapability = 0x40,
ReloadModuleCapability = 0x80,
ReloadModuleSymbolsCapability = 0x100,
+ BreakOnThrowAndCatchCapability = 0x200,
};
enum LogChannel