mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +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
|
// necessary to avoid staying stuck
|
||||||
toggleActions = {actionStepOver, actionStep, actionStepOut, actionContinueUntilMain,
|
toggleActions = {actionStepOver, actionStep, actionStepOut, actionContinueUntilMain,
|
||||||
actionContinueUntilCall, actionContinueUntilSyscall};
|
actionContinueUntilCall, actionContinueUntilSyscall};
|
||||||
toggleConnectionActions = {actionAttach, actionStartRemote, actionStartEmul};
|
toggleConnectionActions = {actionAttach, actionStartRemote};
|
||||||
|
|
||||||
connect(Core(), &CutterCore::debugTaskStateChanged, this, [ = ]() {
|
connect(Core(), &CutterCore::debugTaskStateChanged, this, [ = ]() {
|
||||||
bool disableToolbar = Core()->isDebugTaskInProgress();
|
bool disableToolbar = Core()->isDebugTaskInProgress();
|
||||||
|
Loading…
Reference in New Issue
Block a user