Is there a Visual Studio macro to set a breakpoint on the start of every method in a class?

后端 未结 3 560
醉酒成梦
醉酒成梦 2021-01-20 13:09

Is there a Visual Studio macro (either for version 2008 or 2010) to set a breakpoint on the start of every method in a class?

I\'ve seen hints of references, but I\'

3条回答
  •  半阙折子戏
    2021-01-20 14:00

    A Visual Studio extension named OzCode does have a feature to set/unset breakpoints on all members of a class. I use this extension a lot, as it has some very nice debugging enhancements.

    Admittedly though, I haven't used the set/unset breakpoint feature much, but it's an option for you.

提交回复
热议问题