forked from qt-creator/qt-creator
debugger: make "clever" behaviour on debugger exit optional
It hurts me. Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-808
This commit is contained in:
@@ -92,7 +92,8 @@ enum DebuggerActionCode
|
||||
LogTimeStamps,
|
||||
VerboseLog,
|
||||
OperateByInstruction,
|
||||
AutoDerefPointers,
|
||||
CloseBuffersOnExit,
|
||||
SwitchModeOnExit,
|
||||
|
||||
UseDebuggingHelpers,
|
||||
UseCustomDebuggingHelperLocation,
|
||||
@@ -125,6 +126,7 @@ enum DebuggerActionCode
|
||||
ShowStdNamespace,
|
||||
ShowQtNamespace,
|
||||
SortStructMembers,
|
||||
AutoDerefPointers,
|
||||
|
||||
// Source List
|
||||
ListSourceFiles,
|
||||
|
||||
Reference in New Issue
Block a user