forked from qt-creator/qt-creator
debugger: use a new action for "executing a line"
This commit is contained in:
@@ -314,6 +314,10 @@ DebuggerSettings *theDebuggerSettings()
|
||||
item->setDefaultValue(20);
|
||||
instance->insertItem(MaximalStackDepth, item);
|
||||
|
||||
item = new SavedAction(instance);
|
||||
item->setText(QObject::tr("Execute line"));
|
||||
instance->insertItem(ExecuteCommand, item);
|
||||
|
||||
return instance;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user