22

I want to add DebuggerStepThrough attribute to all methods of my class. Is it enough to add DebuggerStepThrough to the class?

Hakan Fıstık
  • 16,800
  • 14
  • 110
  • 131
selami
  • 2,478
  • 1
  • 21
  • 25

1 Answers1

27

Yes adding it to the class will cause the whole class (methods, properties, etc) to be bypassed by the debugger.

melodiouscode
  • 2,105
  • 1
  • 20
  • 41