When I run as debug, the CDT says error creating session, then launching failed.
This is araised from missing of gdb. For best integration, I download MinGW gdb binary from MinGW’s download repository.
Then install it to MinGW’s same location. It works.
Nov 29 2007: MinGW GDB debugger is bad; I have suffered various problems in debugging.
你好,我遇到了这个问题,可是我还是不知道怎么解决。我能够build 和 run,但不能debug…
一般是由于没有安装mingw gdb的关系,从官方网站下载一个mingw gdb包,安装后一般可以解决此问题。