Skip to content

Commit e55b0a3

Browse files
committed
Add a bit more tracing to resolveRef()
1 parent 8ac72d9 commit e55b0a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2973,7 +2973,8 @@ bool resolveRef(/* in */ const QCString &scName,
29732973
bool checkScope
29742974
)
29752975
{
2976-
AUTO_TRACE("scope={} name={} inSeeBlock={}",scName,name,inSeeBlock);
2976+
AUTO_TRACE("scope={} name={} inSeeBlock={} lang={} lookForSpecialization={} currentFile={} checkScope={}",
2977+
scName,name,inSeeBlock,lang,lookForSpecialization,currentFile ? currentFile->name() : "", checkScope);
29772978
//printf("resolveRef(scope=%s,name=%s,inSeeBlock=%d)\n",qPrint(scName),qPrint(name),inSeeBlock);
29782979
QCString tsName = name;
29792980
//bool memberScopeFirst = tsName.find('#')!=-1;

0 commit comments

Comments
 (0)