diff --git a/src/gui/DeveloperDialog.cxx b/src/gui/DeveloperDialog.cxx index 1acbdc069..db4ccc4f4 100644 --- a/src/gui/DeveloperDialog.cxx +++ b/src/gui/DeveloperDialog.cxx @@ -1096,7 +1096,9 @@ void DeveloperDialog::handleCommand(CommandSender* sender, int cmd, int data, in void DeveloperDialog::handleSettings(bool devSettings) { myUndrivenPinsWidget->setEnabled(devSettings); +#ifdef DEBUGGER_SUPPORT myRWPortBreakWidget->setEnabled(devSettings); +#endif myThumbExceptionWidget->setEnabled(devSettings); if (mySettings != devSettings)