I am debugging an issue with a mixed mode (managed and unmanaged) application.
The actual issue is within the unmanaged code.
I have loaded SOS dll into Windebugger. But is shows me the call stack only upto managed mode since i have loaded SOS dll. How do I see the call stack of unmanaged code as well?