简体   繁体   English

Visual Studio 2012无法达到断点

[英]Visual Studio 2012 unable to hit a breakpoint

I have code written in C#. 我有用C#编写的代码。 I don't know why but Visual Studio 2012 is not hitting a break point in an of the solutions that I have. 我不知道为什么,但是Visual Studio 2012并没有在我拥有的解决方案中达到一个突破点。 I have tried following solutions: 我尝试了以下解决方案:

  1. Deleting the .pdb files. 删除.pdb文件。
  2. Clean, build again. 清洁,重新构建。
  3. Restart Visual Studio/Computer. 重新启动Visual Studio /计算机。
  4. Deleting the bin folder and build again. 删除bin文件夹并重新生成。
  5. Check the debug settings against someone's for whom its working. 检查调试设置是否与某人为之工作。

I took the whole code again from our central server. 我再次从中央服务器获取了全部代码。 But none of it is working. 但是,这些都不起作用。 What could be the issue? 可能是什么问题?

Verify that if you are building the code in Release Mode instead of Debug mode . 验证是否在发布模式而不是调试模式下构建代码。 Check your standard toolbar and select Debug . 检查您的标准工具栏,然后选择“ 调试”

在此处输入图片说明

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

相关问题 Visual Studio 2012 Express调试explorer.exe-没有断点 - Visual Studio 2012 Express debugging explorer.exe - no breakpoint hit Visual Studio 2010/2012:在断点处停止调试时,调试过程挂起并且不可用 - Visual Studio 2010/2012: when Stop Debugging on breakpoint hit debugged process hangs and is unkillable HttpClient.GetAsync调用中的Visual Studio断点未命中 - Visual Studio breakpoint inside HttpClient.GetAsync call not getting hit 视觉工作室。 使用stacktrace的序列作为命中断点条件 - Visual Studio. Using stacktrace's sequence as hit breakpoint condition Visual Studio C#调试器 - 当前不会遇到断点 - Visual Studio C# debugger - the breakpoint will not currently be hit Visual Studio 2012 / C#中断了代码执行,没有设置断点 - Visual Studio 2012/C# breaks code execution, no breakpoint set Microsoft Visual Studio 2012无法在c#文件中设置断点 - Microsoft Visual Studio 2012 cannot set breakpoint in c# file Visual Studio 2012“进入”错误功能,断点未命中 - Visual Studio 2012 “Step into” wrong function and Breakpoints not hit Visual Studio 2012调试-在遇到项目/命名空间时停止 - Visual studio 2012 debugging - stop when the project/namespace is being hit 无法在AuthorizeAttribute类上命中断点 - Unable to hit breakpoint on AuthorizeAttribute class
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM