forked from qt-creator/qt-creator
debugger: allow short stack to be expanded by a context menu item or
double click on the "<...>" 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("Reload full stack"));
|
||||
instance->insertItem(ExpandStack, item);
|
||||
|
||||
item = new SavedAction(instance);
|
||||
item->setText(QObject::tr("Execute line"));
|
||||
instance->insertItem(ExecuteCommand, item);
|
||||
|
Reference in New Issue
Block a user