.Net Debugging? Don’t give me none of your VS

Posted on Simple Talk See other posts from Simple Talk
Published on 14 October 2009 Indexed on 2010/03/16 17:01 UTC
Read the original article Hit count: 433

Filed under:
Visual Studio is fine for most debugging purposes. Just occasionally, it isn't practicable, or there are other quicker ways of doing it with a user-mode debugger. Edward argues that debugging in MSIL or assembly language is a strangely liberating experience and can be a lightweight route to discovering the cause of elusive bugs. He starts off with a simple introduction to SOS debugging.

© Simple Talk or respective owner

Related posts about .NET Framework