Removed disabling of startEmul to show the restart debug option when emulating

This commit is contained in:
yossizap 2019-12-13 18:43:50 +00:00 committed by Itay Cohen
parent 77081526b2
commit 2f6e4b183e

View File

@ -108,7 +108,7 @@ DebugActions::DebugActions(QToolBar *toolBar, MainWindow *main) :
// necessary to avoid staying stuck
toggleActions = {actionStepOver, actionStep, actionStepOut, actionContinueUntilMain,
actionContinueUntilCall, actionContinueUntilSyscall};
toggleConnectionActions = {actionAttach, actionStartRemote, actionStartEmul};
toggleConnectionActions = {actionAttach, actionStartRemote};
connect(Core(), &CutterCore::debugTaskStateChanged, this, [ = ]() {
bool disableToolbar = Core()->isDebugTaskInProgress();