vote up 4 vote down star
1

Is there an attribute I can use on a method so that when stepping through some code in Debug mode the Debugger stays on the outside of the method?

flag

68% accept rate

1 Answer

vote up 10 vote down check
 [DebuggerStepThrough]

(linky)

link|flag
Thanks. I'm such a "Logger", the debugger skills are getting rusty. – B. Tyndall Jan 15 at 1:17
What about an attribute for a property? [DebuggerStepThrough] is only valid on Classes, Structs, Constructors and Methods – Marchy Sep 8 at 21:31
It works on properties too... You have to apply it at the get/set level... – Andrew Rollings Sep 16 at 21:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.