Hello everyone,
I try to debug a console application, and it can be compiled and linked successfully,
but when it starts to run in debug mode,
the console window will be open and closed quickly.
And then the application exits with the following print:
"Debugger name and version: GNU gdb 6.8.
Child process PID: 3968.
Program exited with code 03.
Debugger finished with status 0"
I try to set break point in the 1st line in main function,
but it can be broken at the point,
seems that main function cannot be excuted in the whole process.
The project seems to be OK, and can be debugged sucessfully in others PC (WinXP).
Even before, it was OK and can be debugged in my PC (WinXP).
I don't know what is happened about this issue.
Thank all of you.