Attribute to Skip over a Method while Stepping in Debug Mode

Viewed 22311

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?

3 Answers
Related