Eclipse CDT Console does not link to code for compilation errors
Posted
by CodeBuddy
on Stack Overflow
See other posts from Stack Overflow
or by CodeBuddy
Published on 2010-04-22T16:21:20Z
Indexed on
2010/04/22
16:23 UTC
Read the original article
Hit count: 327
c++
|eclipse-cdt
I'm using Eclipse for my C++ project under Linux. When I get compilation errors I can see them in the Console window.
I am currently manually navigating to the file and line number to fix errors. Is is possible to get Eclipse to provide links to the correct file and line number?
© Stack Overflow or respective owner