c++ - Eclipse error parser ignores template "call stack" -
g++ outputs template instantiation errors like:
in file included ...
file: in instantiation of ...
file:line:pos required ...
file2:line:pos required ...
and on
but error parser detects first "required from" line effect can't jump directly source code position. possible change that? find myself in need check complete callstack find mistake , quite convenient...
Comments
Post a Comment