This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
TL;DR: It’s possible to generate a C stack trace in Windows with GCC, but it’s easier with MSVC or LLVM/Clang. Either way, you need to install the Windows SDK and then compile and link against DbgHelp . With GCC, you also need to convert the DWARF debug information to PDB, which can be done with a tool called cv2pdb , but that depends upon installing the Visual Studio build tools.…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.