forked from qt-creator/qt-creator
debugger: basic support for reverse debugging
works only with gbd 7.0 so far.
This commit is contained in:
@@ -47,6 +47,7 @@ const char * const STEPOUT = "Debugger.StepOut";
|
||||
const char * const NEXT = "Debugger.NextLine";
|
||||
const char * const STEPI = "Debugger.StepInstruction";
|
||||
const char * const NEXTI = "Debugger.NextInstruction";
|
||||
const char * const REVERSE = "Debugger.ReverseDirection";
|
||||
|
||||
const char * const M_DEBUG_VIEWS = "Debugger.Menu.View.Debug";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user