VS2005 How to Search for breakpoints
How can I search for breakpoints in VS2005 or go to next b开发者_如何学编程reakpoint?
I need this feature when I add a bunch of breakpoints to unfamiliar code, say on all bits of dodgy code connected with some some feature and I want to make sure I have broken on all of them. Kind of limited code coverage test.
Click
Debug->Windows->Breakpoints.
This gives you a list of all break points, and you can select the columns to be displayed.
Ctrl-Alt-B displays the Breakpoints dialog box.
精彩评论