Debugger: Introduce "Close memory buffers on exit" option

The usual case is probably to want normal editors stay open,
but memory/diassembler removed, but all other combinations
may be useful at times. So use two options instead of one.

Change-Id: I58c3951cc507c7e66a8d7a65b459a036e6a5d801
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
hjk
2014-11-17 10:19:18 +01:00
parent 4c614d970b
commit 1b31e8eebd
4 changed files with 39 additions and 22 deletions

View File

@@ -99,7 +99,8 @@ enum DebuggerActionCode
LogTimeStamps,
VerboseLog,
OperateByInstruction,
CloseBuffersOnExit,
CloseSourceBuffersOnExit,
CloseMemoryBuffersOnExit,
SwitchModeOnExit,
BreakpointsFullPathByDefault,
RaiseOnInterrupt,