How cool would it be if I could just add something like [DebuggerStepThrough] (see https://msdn.

How cool would it be if I could just add something like [DebuggerStepThrough] (see https://msdn.microsoft.com/en-us/library/system.diagnostics.debuggerstepthroughattribute.aspx) on a method without littering the source code with defines (more info http://www.codeproject.com/Articles/111965/Tips-on-Debugging-Using-DebuggerStepThrough-attrib).

Why? So I could easily exclude all one-liner getters and setters to prevent jumping into them half the time without cluttering up the code.

Comments