Which compiler and debugger can I use with the Eclipse C++ Integration on Windows?

The Eclipse Integration for C++ supports both gcc provided with MinGW and
cl.exe provided with Visual Studio. The Eclipse CDT plugin only supports gdb
as a debugger however, so you have to use gcc as a compiler to be able to
debug in Eclipse. For cl.exe it is possible to build release and debug
versions in Eclipse, but it will not be possible to debug it.

No comments

Write a comment

Sorry, you must be logged in to post a comment.