Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For those of who you don't yet know, Visual Studio 2005 Beta 2 includes Edit & Continue in C#. Until today, I had not needed - and therefore had not used - this feature. But today, I was playing with Indigo and forgot to move a line of code that was causing the exception I was trying to debug. While sitting on the line in the debugger, I commented it out using "//" and the debugger instantly moved to the next line of executable code. Suh weet. Yet another feather in the productivity cap!