Skip to content
Discussion options

You must be logged in to vote

This is a long-established capability. Create a minidump using Task Manager or programmatically using MiniDumpWriteDump.

Then open the file (possibly on another computer) using Visual Studio: https://docs.microsoft.com/en-us/visualstudio/debugger/using-dump-files#BKMK_Open_a_dump_file

You'll get full call stacks and locals etc as though you were paused while debugging.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by danmoseley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants