mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Removed disabling of startEmul to show the restart debug option when emulating
This commit is contained in:
parent
77081526b2
commit
2f6e4b183e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user