debugger: some work on python

This commit is contained in:
hjk
2010-04-23 12:12:22 +02:00
parent 010b73615c
commit 400eecf4ef
9 changed files with 999 additions and 2 deletions

View File

@@ -550,7 +550,7 @@ void ScriptEngine::setToolTipExpression(const QPoint &mousePos,
void ScriptEngine::assignValueInDebugger(const QString &expression,
const QString &value)
{
XSDEBUG("ASSIGNING: " << (expression + QLatin1Char('=') + value));
SDEBUG("ASSIGNING: " << (expression + QLatin1Char('=') + value));
m_scriptEngine->evaluate(expression + QLatin1Char('=') + value);
updateLocals();
}