forked from qt-creator/qt-creator
Debugger: Disable re-running
It's currently broken in a lot of configurations. Change-Id: Ic948bb619c4860ba0c0d81a383412e6d0b007367 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -451,7 +451,8 @@ void DebuggerRunTool::start()
|
||||
}
|
||||
|
||||
// QML and/or mixed are not prepared for it.
|
||||
setSupportsReRunning(!m_runParameters.isQmlDebugging);
|
||||
// setSupportsReRunning(!m_runParameters.isQmlDebugging);
|
||||
setSupportsReRunning(false); // FIXME: Broken in general.
|
||||
|
||||
// FIXME: Disabled due to Android. Make Android device report available ports instead.
|
||||
// int portsUsed = portsUsedByDebugger();
|
||||
|
Reference in New Issue
Block a user