debugger: make the "interrupt" action visible in the fat bar on the left

Reviewed-by: con
This commit is contained in:
hjk
2010-07-22 10:23:27 +02:00
parent 2449597786
commit cb8e2ff484
2 changed files with 45 additions and 27 deletions

View File

@@ -40,7 +40,7 @@ const char * const MODE_DEBUG = "Debugger.Mode.Debug";
const int P_MODE_DEBUG = 85;
const char * const LANG_CPP = "C++";
// common actions
const char * const INTERRUPT = "Debugger.Interrupt";
const char * const STOP = "Debugger.Interrupt";
const char * const RESET = "Debugger.Reset";
const char * const STEP = "Debugger.StepLine";
const char * const STEPOUT = "Debugger.StepOut";