bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.66k stars 466 forks source link

Using RtlCaptureStackBackTrace instead of StackWalk64 #334

Open solomakha-eugene opened 3 months ago

solomakha-eugene commented 3 months ago

Use RtlCaptureStackBackTrace instead of StackWolker64 in case of missing context

mgerhardy commented 2 months ago

This fixed the missing stacktraces for me on windows - thanks a lot