简体   繁体   English

Visual Studio 调试符号

[英]Visual Studio Debug Symbols

I am developing a little UWP app in C# and recently VisualStudio 2019 CE started to misbehave.我正在用 C# 开发一个小的 UWP 应用程序,最近 VisualStudio 2019 CE 开始出现问题。 It can not show any debug information regarding any external code with the following message.它无法使用以下消息显示有关任何外部代码的任何调试信息。 Debugging my own code works fine but any library code can not be found.调试我自己的代码工作正常,但找不到任何库代码。

在此处输入图片说明 This makes debugging incredible difficult, not to say impossible.这使得调试变得难以置信的困难,并不是说不可能。 I already tried the common things like restarting, reseting vs, etc.我已经尝试过一些常见的事情,比如重启、重置 vs 等。

If anybody would have a suggestion or knows what is going on here, I would be really glad.如果有人有建议或知道这里发生了什么,我会很高兴。

Debugging my own code works fine but any library code can not be found.调试我自己的代码工作正常,但找不到任何库代码。

For your description, it looks you have checked just my code option within Visual Studio.对于您的描述,您似乎只在 Visual Studio 中检查了我的代码选项。 Please check this document , To disable Just My Code in Visual Studio, under Tools > Options (or Debug > Options) > Debugging > General, select or deselect Enable Just My Code.请检查此文档,要在 Visual Studio 中禁用仅我的代码,请在工具 > 选项(或调试 > 选项)> 调试 > 常规下,选择或取消选择启用仅我的代码。

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

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