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:
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
回答4:
Ctrl+Alt+B in Visual Studio 2010.
回答5:
Tools> Settings> Expert Settings
回答6:
To open the Breakpoints Window
On the Debug menu, point to Windows and then choose Breakpoints.