我用的编译器是VS2005,当我debug任何一个程序(在dos下运行的纯C++程序)时,都出现如下信息:
Debugging information for"text.exe" cannot be found or does not match,Binary was not build with debug information. Do you want to continue debugging?
选yes,出现以下错误信息:
test.exe': Loaded 'C:\project\test\debug\test.exe', Binary was not built with debug information.
test.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
test.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
The program '[3744] test.exe: Native' has exited with code 0 (0x0).哪位能告诉我这是为什么?该怎么解决?
谢谢!