[Documentation] [TitleIndex] [WordIndex

Msvc Backtraces - WinDbg

Installation

Core Dumps

Use the adplus script. To start a command

adplus -crash -o C:\work\rosbuild2\msvc\bin\dumps -sc add_two_ints_client.exe 3 2

To attach to a running command, simply switch -sc to -pn.

Then you can open the dumps in ms express just by double clicking on the dump files till you get the one that shows you the crash. Then choose the action debug with native only on the top right of the screen. That should give you a call stack.

Sometimes you might need to set the symbol paths (i.e. the location of the .pcb files).


2024-04-27 13:35