debugger: allow short stack to be expanded by a context menu item or

double click on the "<...>" line
This commit is contained in:
hjk
2009-04-06 17:27:15 +02:00
parent 4567752529
commit 9318459b47
11 changed files with 50 additions and 40 deletions

View File

@@ -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);