本文介绍了无法调试程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我尝试了许多设置更改.但是我的程序无法调试并出现以下错误...
I have tried many setting changes.but my program fails to debug with the following error...
''08.exe'': Loaded ''D:\Project\output\Debug\08.exe'', Symbols loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\ntdll.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\kernel32.dll'', Exports loaded.
''08.exe'': Loaded ''D:\Project\output\Debug\ControllerInterface.dll'', Exports loaded.
''08.exe'': Loaded ''D:\Project\output\Debug\LedDisplayContrller.dll'', Exports loaded.
''08.exe'': Loaded ''D:\Project\output\Debug\dcc.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\ws2_32.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\advapi32.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\rpcrt4.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\secur32.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\msvcrt.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\ws2help.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\mfc100.dll'', Symbols loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\msvcr100.dll'', Symbols loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\user32.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\gdi32.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\shlwapi.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\comctl32.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\msimg32.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.22791_x-ww_c8dff154\GdiPlus.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\oleaut32.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\MSCTF.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\MSCTFIME.IME'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\clbcatq.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\comres.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\version.dll'', Exports loaded.
''08.exe'': Loaded ''C:\WINDOWS\system32\xpsp2res.dll'', Binary was not built with debug information.
推荐答案
这篇关于无法调试程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!