forked from qt-creator/qt-creator
Debugger: Add VariableSupport to some text fields
Change-Id: Iba1e7d2eeb49600a9952c369f66187384aa8cbf2 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -3376,7 +3376,8 @@ bool DebuggerPluginPrivate::boolSetting(int code) const
|
||||
|
||||
QString DebuggerPluginPrivate::stringSetting(int code) const
|
||||
{
|
||||
return m_debuggerSettings->item(code)->value().toString();
|
||||
QString raw = m_debuggerSettings->item(code)->value().toString();
|
||||
return VariableManager::expandedString(raw);
|
||||
}
|
||||
|
||||
QStringList DebuggerPluginPrivate::stringListSetting(int code) const
|
||||
|
||||
Reference in New Issue
Block a user