I am considering using Eclipse as a cross-platform IDE for C ++ code on Linux and Windows.
- Is it possible to install Eclipse to compile code using Visual Studio C ++ (do not consider this relevant, but cmake will create the Eclipse project files).
- Is it possible to debug an Eclipse application compiled by VS C ++ compiler?
- Is it possible to debug Linux from an Eclipse application compiled by g ++?
- What do you prefer the C ++ IDE for Linux - Eclipse, Kdevelop, or are there other alternatives?
Thanks Dima
dimba source
share