forked from qt-creator/qt-creator
Cdb: Remove the symbol path dialog popup.
When setting up a symbol server path, the debugger startup could increase to an unacceptable amount of time. So this is an attempt to hide this feature for the standard user, but still keep it accessible for everyone else. Change-Id: I719f3091fe483f446488c75001e29278e1b405ea Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -547,10 +547,6 @@ void CdbEngine::setupEngine()
|
||||
{
|
||||
if (debug)
|
||||
qDebug(">setupEngine");
|
||||
// Nag to add symbol server and cache
|
||||
QStringList symbolPaths = stringListSetting(CdbSymbolPaths);
|
||||
if (CdbSymbolPathListEditor::promptToAddSymbolPaths(&symbolPaths))
|
||||
action(CdbSymbolPaths)->setValue(symbolPaths);
|
||||
|
||||
init();
|
||||
if (!m_logTime.elapsed())
|
||||
|
||||
Reference in New Issue
Block a user