Is it possible/easy to implement the Unmanaged code stack in debugger view?
Somethings I found it pretty usefully especially debugging some native stuff such as Ffmpeg.AutoGen.
Somethings I found it pretty usefully especially debugging some native stuff such as Ffmpeg.AutoGen.
Comments
I believe that it's possible to unwind native frames, but not easy. You need to interop with APIs like this: https://docs.microsoft.com/en-us/windows/win32/api/dbghelp/nf-dbghelp-stackwalk