bombela / backward-cpp

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

Using RtlCaptureStackBackTrace instead of StackWalk64 #334

Open solomakha-eugene opened 7 months ago

solomakha-eugene commented 7 months ago

Use RtlCaptureStackBackTrace instead of StackWolker64 in case of missing context

mgerhardy commented 6 months ago

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