forked from qt-creator/qt-creator
debugger: make memory view updatable
Task-number: QTCREATORBUG-3242
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user