forked from qt-creator/qt-creator
Debugger: Provide a startup customization hook for 3rd party plugins
Change-Id: Ia587abcb1bdcdfbf192d3314610ec9addf370c9b Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -4079,7 +4079,7 @@ void GdbEngine::loadInitScript()
|
||||
).arg(script));
|
||||
}
|
||||
} else {
|
||||
const QString commands = expand(stringSetting(GdbStartupCommands));
|
||||
const QString commands = nativeStartupCommands();
|
||||
if (!commands.isEmpty())
|
||||
runCommand({commands});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user