I get CDT today, so happy. It turns out that Eclipse can be so strong!

xiaoxiao2021-03-06  56

Eclipse 3.0 CDT 2.0.

An additional compiler MINGW is required.

Set the compiler to the system path to find the Eclipse to call Make, G , GDB and other commands.

Manually write Makefile files:

All:

G main.cpp -g -o run

OK

After successful compilation, add the exe file in the debug window.

Can debug! ! !

转载请注明原文地址:https://www.9cbs.com/read-113343.html

New Post(0)