views:

23

answers:

1

I had used SosAssistin past and it was awesome, now I i tried to download it again but it is no longer available :( any other tool which can visually show memory/threads/callstack?

A: 

You could use the helpful .cmdtree command in WinDbg to display a tree view that contains a list of commands to use in your debugging scenarios (you could customize it according to your personal needs).

Sample config

Liran