Step through the class while debugging in c#

You can use [DebuggerStepThroughAttribute] attribute before class declaration and this attribute instruct the debugger not to debug the code in this class.
This is the best thing to hide your code while debugging.
For more reference
http://msdn.microsoft.com/en-us/library/system.diagnostics.debuggerstepthroughattribute.aspx

Comments

Popular posts from this blog

Insert, Delete Rows, columns in HTML table Using Javascript

Open source Social Networking site in Asp.net and Microsoft Ajax

Lite PromiseJS(Light weight JavaScript promise library)