I want to add DebuggerStepThrough attribute to all methods of my class. Is it enough to add DebuggerStepThrough
to the class?
Asked
Active
Viewed 6,587 times
22

Hakan Fıstık
- 16,800
- 14
- 110
- 131

selami
- 2,478
- 1
- 21
- 25
1 Answers
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