See all breakpoints in Visual Studio 2010+

扶醉桌前 提交于 2019-11-27 05:23:19

问题


Is there a window in Visual Studio 2010 and newer where I can see all the breakpoints that I have in my project or solution?


回答1:


Try Debug -> Windows -> Breakpoints.




回答2:


Default Shortcuts:

To open the break point window: Ctrl+D, B

If you wanted to delete all breakpoints: Ctrl+F9




回答3:


Ctrl+Alt+B in Visual Studio 2010.




回答4:


Breakpoints window is not included in some Express versions of Visual Studio.
Its included in Pro, Premium, and Ultimate. Here is the manual for the versions : http://msdn.microsoft.com/en-us/library/02ckd1z7%28v=VS.100%29.aspx




回答5:


Tools> Settings> Expert Settings 



回答6:


C# Express 2010 does not include the command CONTROL + ALT + B; The options Tools> Settings> Expert Settings work only if you need more options, but for view all the break points are not incluyed.




回答7:


To open the Breakpoints Window

On the Debug menu, point to Windows and then choose Breakpoints.



来源:https://stackoverflow.com/questions/7781977/see-all-breakpoints-in-visual-studio-2010

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!