Fix remote debug crash after the first session

This commit is contained in:
yossizap 2019-12-20 12:20:41 +00:00 committed by Florian Märkl
parent 96baaeada6
commit 3be0472837

View File

@ -231,6 +231,7 @@ void DebugActions::onAttachedRemoteDebugger(bool successfully)
attachRemoteDialog();
} else {
delete remoteDialog;
remoteDialog = nullptr;
attachRemoteDebugger();
}
}