简体   繁体   中英

Selectively ignore debug breaks for specific files in VS2005

Every time I run a project in debug mode, I get 4 consecutive breaks at the start that I have to hit continue for each time. They are in the same file at the same point.

It would be great if I could say to simply ignore these since they don't impact functionality.

The obviously better route would be to try to resolve it so it doesn't cause a break/continue prompt but I think that's more effort that it's worth at the moment.

It would be great if the solution related only to my specific environment so I wouldn't have to undo/do it each time I pull/push a build.

尝试使用断点条件或断点过滤器。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM