forked from qt-creator/qt-creator
Debugger: Fix debug log
Change-Id: Id02b310e24d7f13fd444b30f20e0af10244f1798 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -103,7 +103,7 @@ QDebug operator<<(QDebug d, const Scope &scope)
|
||||
str << " block";
|
||||
if (scope.isFunction())
|
||||
str << " function";
|
||||
if (scope.isFunction())
|
||||
if (scope.isDeclaration())
|
||||
str << " prototype";
|
||||
#if 0 // ### port me
|
||||
if (const Symbol *owner = &scope) {
|
||||
|
||||
Reference in New Issue
Block a user