UWP c++ - To get readable stack trace

Андрей Вахрушев 96 Reputation points
2020-06-19T16:16:21.843+00:00

Normally I would use RtlCaptureStackBackTrace, and dbghelp's SymFromAddr to translate names - but the latter appears to be unavailable on UWP.
For c# UWP, there is Environment.StackTrace property. What is the way to obtain readable stack traces in c++ ?

Universal Windows Platform (UWP)
{count} votes

0 additional answers

Sort by: Most helpful