debugger: rename StepByInstruction into OperateByInstruction

This commit is contained in:
hjk
2009-09-29 11:13:19 +02:00
parent d42475fd90
commit 573ca3ad85
7 changed files with 24 additions and 19 deletions

View File

@@ -77,7 +77,7 @@ enum DebuggerActionCode
AutoQuit,
LockView,
LogTimeStamps,
StepByInstruction,
OperateByInstruction,
RecheckDebuggingHelpers,
UseDebuggingHelpers,
@@ -127,7 +127,8 @@ Core::Utils::SavedAction *theDebuggerAction(int code);
bool theDebuggerBoolSetting(int code);
QString theDebuggerStringSetting(int code);
struct DebuggerManagerActions {
struct DebuggerManagerActions
{
QAction *continueAction;
QAction *stopAction;
QAction *resetAction; // FIXME: Should not be needed in a stable release