AppMan: Remove circular stopDependency in the DebugSupport

This prevented the debugger to stop correctly.

Change-Id: Ie7aab0d62662c03f8ad6bb6c3b49d590a127fa68
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Dominik Holland
2024-01-17 11:16:32 +01:00
parent f5934d69de
commit 4c52ed979e

View File

@@ -185,8 +185,6 @@ public:
addStartDependency(m_debuggee); addStartDependency(m_debuggee);
addStopDependency(m_debuggee); addStopDependency(m_debuggee);
m_debuggee->addStopDependency(this);
Target *target = runControl->target(); Target *target = runControl->target();
const Internal::TargetInformation targetInformation(target); const Internal::TargetInformation targetInformation(target);