Questions tagged [sosex]

SOSEX is debugger extension for SOS managed code debugger.

SOSEX is another debugger extension targeted at the native debuggers and managed code debugging. It was developed by Steve Johnson and is available as a free download. SOSEX, not surprisingly, stands for SOS Extended. SOSEX adds a set of powerful debugging commands to your arsenal. Examples of such commands include deadlock detection, generational garbage collection commands, and more powerful breakpoint commands.

Downloads:

Source: Introduction to the Debugging Tools

46 questions
-1
votes
1 answer

!clrstack never reports anything

I know I am dealing with a managed thread but I have never managed to get !clrstack to work. I always get: 0:000> !clrstack OS Thread Id: 0xaabb (0) Child SP IP Call Site GetFrameContext failed: 1 00000000 00000000 Admittedly I could use…
ForeverLearning
  • 6,352
  • 3
  • 27
  • 33
1 2 3
4