如上图所示提示错误,控制台输出如下:
“testUA.exe”: 已加载“E:\C++workplace\lccl02\resip\resip\recon\test\Win32\Debug\testUA.exe”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\ntdll.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\kernel32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\KernelBase.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\ws2_32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\msvcrt.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\rpcrt4.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\nsi.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\libeay32.dll”,已加载符号。
“testUA.exe”: 已加载“C:\Windows\System32\gdi32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\user32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\lpk.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\usp10.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\advapi32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\sechost.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\msvcr100.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\ssleay32.dll”,已加载符号。
“testUA.exe”: 已加载“C:\Windows\System32\msvcp100d.dll”,已加载符号。
“testUA.exe”: 已加载“C:\Windows\System32\msvcr100d.dll”,已加载符号。
“testUA.exe”: 已加载“C:\Windows\System32\winmm.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\imm32.dll”,Cannot find or open the PDB file
程序“[4560] testUA.exe: 本机”已退出,返回值为 0 (0x0)。
网上修改
调试->符号 不好使。
Ctrl+F5可以,但是,我需要的是可以调试的,可以加断点的。(加断点的方法也不好使)
希望能得到一个好使的办法。
除此之外,我的项目只能通过SSL-Debug调试,Debug报错,可让我也很头疼。
求帮忙....
如上图所示提示错误,控制台输出如下:
“testUA.exe”: 已加载“E:\C++workplace\lccl02\resip\resip\recon\test\Win32\Debug\testUA.exe”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\ntdll.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\kernel32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\KernelBase.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\ws2_32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\msvcrt.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\rpcrt4.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\nsi.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\libeay32.dll”,已加载符号。
“testUA.exe”: 已加载“C:\Windows\System32\gdi32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\user32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\lpk.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\usp10.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\advapi32.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\sechost.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\msvcr100.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\ssleay32.dll”,已加载符号。
“testUA.exe”: 已加载“C:\Windows\System32\msvcp100d.dll”,已加载符号。
“testUA.exe”: 已加载“C:\Windows\System32\msvcr100d.dll”,已加载符号。
“testUA.exe”: 已加载“C:\Windows\System32\winmm.dll”,Cannot find or open the PDB file
“testUA.exe”: 已加载“C:\Windows\System32\imm32.dll”,Cannot find or open the PDB file
程序“[4560] testUA.exe: 本机”已退出,返回值为 0 (0x0)。
网上修改
调试->符号 不好使。
Ctrl+F5可以,但是,我需要的是可以调试的,可以加断点的。(加断点的方法也不好使)
希望能得到一个好使的办法。
除此之外,我的项目只能通过SSL-Debug调试,Debug报错,可让我也很头疼。
求帮忙....