forked from qt-creator/qt-creator
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:
@@ -185,8 +185,6 @@ public:
|
||||
addStartDependency(m_debuggee);
|
||||
addStopDependency(m_debuggee);
|
||||
|
||||
m_debuggee->addStopDependency(this);
|
||||
|
||||
Target *target = runControl->target();
|
||||
|
||||
const Internal::TargetInformation targetInformation(target);
|
||||
|
Reference in New Issue
Block a user