RSSAmplifier

smhk · Mar 25, 2025

C stack trace in Windows

0
Sign in to vote or save

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.…

Read on smhk.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.