Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.14.0
-
None
-
-
60a275ce6245c0d3ce71b2d63bbeefd879dfef9c (qt-creator/qt-creator/4.15)
Description
The following code snippet in main.cpp:
int main() { foo(); bar(); return 0; }
leads to two compiler errors, which are correctly shown in the Issues pane. Jumping to the editor line works correctly.
However, jumping to the corresponding compile output with "Show Output" is always one line upwards (see screenshots).
This is especially annoying for one-line compiler/linker errors, because a totally wrong output is selected.