Disable register access via the inspection window, when then target is not in a STOPPED state
This commit is contained in:
@@ -101,6 +101,7 @@ void RegisterWidget::openInspectionWindow() {
|
||||
this->inspectWindow = new TargetRegisterInspectorWindow(
|
||||
this->descriptor,
|
||||
this->insightWorker,
|
||||
this->targetState,
|
||||
this->currentRegister.has_value() ? std::optional(this->currentRegister->value) : std::nullopt
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user