debugger: make memory view updatable

Task-number: QTCREATORBUG-3242
This commit is contained in:
hjk
2010-12-08 14:08:35 +01:00
parent cfd2dbb395
commit 7cd3272282
6 changed files with 24 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ namespace Internal {
const char * const OPENED_BY_DEBUGGER = "OpenedByDebugger";
const char * const OPENED_WITH_DISASSEMBLY = "DisassemblerView";
const char * const OPENED_WITH_MEMORY = "MemoryView";
const char * const DEBUGMODE = "Debugger.DebugMode";
const char * const DEBUG = "Debugger.Debug";