debugger: make "clever" behaviour on debugger exit optional

It hurts me.

Reviewed-by: Alessandro Portale
Task-number: QTCREATORBUG-808
This commit is contained in:
hjk
2010-10-08 17:44:11 +02:00
parent 903eaf34d3
commit 8ae109b8ac
4 changed files with 52 additions and 11 deletions

View File

@@ -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,