Debugger Tips, Tricks and Tools 11- December 12, 2005 More fun with labelling breakpoints Back in my first Debugger tips post I provided some macros that allow you to tag a set of breakpoints with a string so that they can easily be enabled or disabled from the command window. Well, just for kicks, I decided to expand on that notion a bit and made a set of new macros that can not only do that, but also support multiple labels (the new name for tags) for breakpoints and tracepoints. Following this description you'll find the source for...http://blogs.msdn.com/jimgries/archive/2005/12/12/501492.aspx |