I installed support for Eclipse CDT and Visual C ++ CDT (from Market Yoxos).
This allows me to compile and run a C ++ application, however I cannot debug it.
So, I installed the windows gdb binary using the mingw distribution. Now, when I try to debug, the following message is displayed in the console: Character table is not loaded. Use the file command.
My uneducated guess is that gdb cannot debug executables created by the Visual C ++ compiler.
My question is: how do I debug C ++ code in eclipse created using the Visual C ++ toolchain?
My environment:
- Windows 7 64 bit
- Eclipse Indigo (latest version at the moment)
- Visual Studio 2010, therefore Visual C ++ ver 10
- GNU gdb (GDB) 7.3.1
- I don't know how to get the CDT version, but I have this jar - org.eclipse.cdt_8.0.0.201109151620.jar, so I think version 8.0
Thank.
PS
Switching to the MinGW g ++ compiler is not suitable for this question, so please do not offer it as an answer.
c ++ eclipse
mark Jan 11 2018-12-12T00: 00Z
source share