Debugger tips VS.Net… The DebuggerHiddenAttribute

This attribute means nothing to the CLR. It can be used by source code debuggers. The Visual Studio.Net source code debugger does not stop in methods marked with this attribute, for example. Nor does it allow a breakpoint to be set in a method marked with this attribute.