summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggeractions.h
diff options
context:
space:
mode:
authorVladislav Navrocky <navrocky@visualdata.ru>2012-06-10 01:20:30 +0400
committerhjk <qthjk@ovi.com>2012-08-17 08:17:56 +0200
commitd76c5ca2050ab2da12a98ed68582f9312513b0df (patch)
tree8fcb0309a8687d992ca8a1221da2d3ca9bcce321 /src/plugins/debugger/debuggeractions.h
parenta1834bba8e7eb24cb833d4801c526af95a930cfc (diff)
downloadqt-creator-d76c5ca2050ab2da12a98ed68582f9312513b0df.tar.gz
Added setting for breakpoint full path by default
Change-Id: Ibb068bdecf73c5bae0b31b08506209f05b811965 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggeractions.h')
-rw-r--r--src/plugins/debugger/debuggeractions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggeractions.h b/src/plugins/debugger/debuggeractions.h
index 2ace36819f..c94721af45 100644
--- a/src/plugins/debugger/debuggeractions.h
+++ b/src/plugins/debugger/debuggeractions.h
@@ -99,6 +99,7 @@ enum DebuggerActionCode
OperateByInstruction,
CloseBuffersOnExit,
SwitchModeOnExit,
+ BreakpointsFullPathByDefault,
RaiseOnInterrupt,
UseDebuggingHelpers,