DebuggerHidden attribute - pdejonghe/DebuggerAttributesConsole GitHub Wiki
DebuggerHidden attribute on Microsoft Docs
The debugger does not stop in a method marked with this attribute and does not allow a breakpoint to be set in the method.
This attribute can be applied to:
- Constructor
- Method
- Property
The code that is covered by DebuggerHidden, does not show in the CallStack at all!