How do I set a breakpoint on every access to a class

前端 未结 4 1016
逝去的感伤
逝去的感伤 2020-12-10 11:43

When working with third party systems, especially very configurable systems that dynamically load providers, controllers, components and so on, I sometimes just want to know

4条回答
  •  情歌与酒
    2020-12-10 12:48

    I just made a Visual Studio 2010 addin for this. Check this: http://weblogs.asp.net/uruit/archive/2011/08/04/visual-studio-2010-addin-setting-a-class-breakpoint.aspx

    Update

    This project now lives on Github. Feel free to contribute.

提交回复
热议问题