forked from qt-creator/qt-creator
bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ifc258886f7d6e7d5b02caae8994210aeef221554 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
@@ -4665,7 +4665,7 @@ bool GdbEngine::startGdb(const QStringList &args, const QString &settingsIdHint)
|
||||
postCommand("set non-stop on");
|
||||
}
|
||||
|
||||
// Work around https://bugreports.qt.nokia.com/browse/QTCREATORBUG-2004
|
||||
// Work around https://bugreports.qt-project.org/browse/QTCREATORBUG-2004
|
||||
postCommand("maintenance set internal-warning quit no", ConsoleCommand);
|
||||
postCommand("maintenance set internal-error quit no", ConsoleCommand);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user