Contents tagged with Debugging

  • Visual Studio 2010 Addin: Setting a class breakpoint

    There comes a time in the life of every .NET developer when you need Visual Studio to do something that
    can only be described as a "class breakpoint": a quick command to set a breakpoint on every access to a class.
    Unfortunately, after googling this concept, you'll find out that there's no easy way to accomplish this in Visual Studio.
    In this article I present an addin that I created, which adds this and another similar command to the debug menu of the
    development environment: