'无法找到或打开pdb文件'Visual Studio C ++ 2013 [英] 'cannot find or open the pdb file' Visual Studio C++ 2013

查看:154
本文介绍了'无法找到或打开pdb文件'Visual Studio C ++ 2013的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚下载了VS 2013 Community Edition,并且编写了我的第一个应用程序.当我运行它时,它会显示在输出部分:

I just downloaded VS 2013 Community Edition and I wrote my first app. When I run it it shows in the output section:

'ConsoleApplication1.exe' (Win32): Loaded 'C:\Users\Toshiba\Documents\Visual Studio 2013\Projects\ConsoleApplication1\Debug\ConsoleApplication1.exe'. Symbols loaded.
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120d.dll'. Cannot find or open the PDB file.
'ConsoleApplication1.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Cannot find or open the PDB file.
The program '[11196] ConsoleApplication1.exe' has exited with code 0 (0x0).

出什么问题了?我在许多站点上检查了我的代码,所以我知道问题不在我的代码中.谁能帮我?

What is the problem? I checked my code on many sites so I know that the problem is not in my code. Can anyone help me?

推荐答案

尝试转到工具"->选项"->调试"->符号",然后选中"Microsoft符号服务器"复选框,Visual Studio将自动下载PDB.

Try go to Tools->Options->Debugging->Symbols and select checkbox "Microsoft Symbol Servers", Visual Studio will download PDBs automatically.

PDB是Visual Studio使用的调试信息文件.这些是 系统DLL,您没有调试符号.[...]

PDB is a debug information file used by Visual Studio. These are system DLLs, which you don't have debug symbols for.[...]

请参见找不到或打开Visual Studio C ++ 2010中的PDB文件

这篇关于'无法找到或打开pdb文件'Visual Studio C ++ 2013的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆