forked from qt-creator/qt-creator
Debugger: Fix typo.
Change-Id: Ie81f9e0fc2ba8eb56019e2b9332298bdb60198a5 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -341,7 +341,7 @@ void DebuggerRunControlCreator::enrich(const RunConfiguration *runConfig, const
|
||||
m_kit = m_target->kit();
|
||||
|
||||
// Make sure we have something sensible to start with.
|
||||
m_rp.inferior.runMode == ApplicationLauncher::Console;
|
||||
m_rp.inferior.runMode = ApplicationLauncher::Console;
|
||||
m_rp.useTerminal = false;
|
||||
|
||||
// Extract as much as possible from available RunConfiguration.
|
||||
|
Reference in New Issue
Block a user