~mkw

Average guy, above average luck...the blog of M. Keith Warren

July 2003 - Posts

C# Edit and Continue

Dear EricG, AndersH

I am certainly not the first and will not be the last to BEG you for this....Edit and Continue in C# would be the best feature in Whidbey...I am with Eric J codeSmith, PLEASE GIVE THIS TO US!

Heck, I will up the ante - Ruth's Chris steaks for da both of ya if you will make our dreams come true.

System.Diagnostics.DebuggerStepThrough

<System.Diagnostics.DebuggerStepThrough()>

If you have some shared method that your code calls often (maybe something in a DAL) that performs some common task for you that you would rather not have to step through in the IDE all the time, simply add this attribute to the method sig and VS.NET will skip it!

MSDN on it here

More Posts