forked from qt-creator/qt-creator
Fixes: debugger: write current settings to log file
This commit is contained in:
@@ -1558,6 +1558,7 @@ int GdbEngine::currentFrame() const
|
||||
|
||||
bool GdbEngine::startDebugger()
|
||||
{
|
||||
debugMessage(q->settings()->dump());
|
||||
QStringList gdbArgs;
|
||||
|
||||
if (m_gdbProc.state() != QProcess::NotRunning) {
|
||||
|
||||
Reference in New Issue
Block a user