开发者

VS2005 How to Search for breakpoints

开发者 https://www.devze.com 2022-12-14 05:50 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消