开发者

Can I enable/diable groups of breakpoints in C++ Builder?

开发者 https://www.devze.com 2022-12-23 23:40 出处:网络
One specific instance, I want to set a BP on every switch(msg) handled in Wn开发者_JAVA百科dProc() - but not until my app has initialized and is \'stable\'. Of course, it receives a lot of windows mes

One specific instance, I want to set a BP on every switch(msg) handled in Wn开发者_JAVA百科dProc() - but not until my app has initialized and is 'stable'. Of course, it receives a lot of windows messages when it starts up.

I can't see a way to toggle a group of breakpoints, or to save them for later, use other BPs then restore the first set.


You can indeed set a breakpoint (which doesn't even have to break) to enable/disable a group of breakpoints. (This goes back to BCB6 at least) This EDN article shows the relevant dialog boxes: http://edn.embarcadero.com/article/31263 It also describes how to use groups.

0

精彩评论

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

关注公众号