forked from qt-creator/qt-creator
debugger: re-enable snapshot creation using the menu action
This commit is contained in:
@@ -477,8 +477,8 @@ void DebuggerEngine::handleCommand(int role, const QVariant &value)
|
||||
d->queueShutdownInferior();
|
||||
break;
|
||||
|
||||
case RequestMakeSnapshotRole:
|
||||
makeSnapshot();
|
||||
case RequestCreateSnapshotRole:
|
||||
createSnapshot();
|
||||
break;
|
||||
|
||||
case RequestActivationRole:
|
||||
|
||||
Reference in New Issue
Block a user