简体   繁体   English

Visual Studio 2012调试-在遇到项目/命名空间时停止

[英]Visual studio 2012 debugging - stop when the project/namespace is being hit

I am currently debugging large project, I put a breakpoint on the starting point of the application, but it takes forever to hold f10 until it gets into the location I want it to get. 我目前正在调试大型项目,我在应用程序的起点上放置了一个断点,但是要一直按住f10直到到达我想要的位置为止,这需要花费很多时间。

Is there any way to tell the debugger to hold f10 until it gets to a project or the namespace that I want to stop it on? 有什么方法可以告诉调试器将f10保留到我要停止的项目或名称空间之前?

just right click on your breakpoint, there are various options for filters, location, etc. 只需在断点上单击鼠标右键,即可使用各种选项进行过滤器,位置等。

http://msdn.microsoft.com/en-us/library/5557y8b4.aspx http://msdn.microsoft.com/en-us/library/5557y8b4.aspx

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

相关问题 Visual Studio 2010/2012:在断点处停止调试时,调试过程挂起并且不可用 - Visual Studio 2010/2012: when Stop Debugging on breakpoint hit debugged process hangs and is unkillable Visual Studio 2012 项目属性“调试时始终启动” - Visual studio 2012 project property "Always Start when Debugging" Visual Studio 2012 Express调试explorer.exe-没有断点 - Visual Studio 2012 Express debugging explorer.exe - no breakpoint hit Visual Studio 2012中的Web项目调试和编码 - Web project Debugging & Coding in Visual Studio 2012 在Visual Studio中远程调试Azure Web应用程序时未达到断点 - Breakpoints not being hit when remote debugging Azure web app in Visual Studio 符号文件未加载用于在 Visual Studio 2012 中调试自定义项目 - Symbol file not loading for debugging custom project in Visual Studio 2012 Visual Studio 2012无法达到断点 - Visual Studio 2012 unable to hit a breakpoint 在 Visual Studio 远程调试中未命中断点 - Break point not hit in Visual Studio Remote Debugging 如何在Visual Studio中停止调试 - How to stop debugging in visual studio 当将项目模板用于Visual Studio 2013时,此调试另一个项目 - When used project template for Visual Studio 2013 this debugging another project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM