I recently switched from native to managed code programming. I am using .NET.
Since I used Windbg for some time, I want to use it to debug managed code.
My search led me to the SOS (Son of Strike) extension, which seems to have quite powerful commands.
Despite the fact that I understand most of the commands used in SOS, I canβt find a way to correctly execute the source code, just like I could use the p and t commands for my own code.
This makes the debugging process difficult, and I really want to execute the code when debugging it.
I worked a bit on this and found that this is possible with Windbg version 6.7.05.0, in which MS seems to have released integrated debugging, but rolled back in later versions.
However, I am very interested in being able to go through the "source" code live while debugging through SOS. Especially because it really hinders my debugging experience right now.
Is there any way to achieve this?
Any help on how to do this (or practical workarounds) is appreciated.
Dev28
source share