This blog is moved to
http://amalhashim.wordpress.com

Tuesday, February 10, 2009

Debugging .Net Application with SOS

Right Click project properties
Select Debug
Enable "Enable unmanaged code debugging".


Put some breakpoint in your application.
Once the breakpoint got hit. Open Immediate window and enter the following command

load SOS.

!help

will give detailed information about the command you are looking for.


Its an awesome tool... isn't it?

No comments: