put the file and line number in kDebug() untranslated for the 4.4 branch
CCBUG:227137 svn path=/branches/KDE/4.4/kdebase/runtime/; revision=1091109
This commit is contained in:
parent
0611aae20b
commit
12ad605c09
@ -140,6 +140,7 @@ void SimpleJavaScriptApplet::reportError(QScriptEngine *engine, bool fatal)
|
||||
kDebug() << failureMsg;
|
||||
}
|
||||
|
||||
kDebug() << "Error in " << engine->uncaughtException().property("fileName").toString() << "on line" << engine->uncaughtExceptionLineNumber();
|
||||
kDebug() << engine->uncaughtExceptionBacktrace();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user