简体   繁体   English

Visual Studio 2013社区-生成PDB文件-无高级调试选项

[英]Visual Studio 2013 Community - Generating PDB Files - No Advanced Debug Options

Probably something stupid, but I can't seem to find any PDB files anywhere for C# web api project. 可能有些愚蠢,但我似乎无法在C#Web api项目的任何地方找到任何PDB文件。 I am trying to debug remotely but the symbol files don't load and I've tried everything else in my power to fix that. 我正在尝试远程调试,但是符号文件无法加载,并且我尝试了其他所有方法来解决此问题。 Most places say set your debug info to full/pdb-only but I don't have the option. 大多数地方说将您的调试信息设置为完全/ pdb-only,但是我没有选择。 Everywhere I look online it tells me to go to My Project, right click Properties(I only have Property Pages option), Build, Advanced Build settings, and all I see is this: 我在网上看到的每个地方都告诉我转到“我的项目”,右键单击“属性”(“我只有属性页”选项),“构建”,“高级构建”设置,我所看到的是:

在此处输入图片说明

Is it my project type or something? 是我的项目类型还是什么? I swear the older versions of visual studio had nice property/configuration pages with everything you could ever want in them. 我发誓Visual Studio的旧版本具有不错的属性/配置页面,其中包含您可能想要的所有内容。 It seems like everything online tells me to go to places and menus that I can never find. 似乎所有在线内容都告诉我要去到我永远找不到的地方和菜单。 Thanks! 谢谢!

转到“工具”->“选项”->“调试”,然后是“符号”,在那里您应该看到自己的pdb文件位置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM