In Source\WTF\wtf\win\DbgHelperWin.cpp replace
Source\WTF\wtf\win\DbgHelperWin.cpp
#if !defined(NDEBUG) with #if 1
#if !defined(NDEBUG)
#if 1
Then regular WTFReportBacktrace() works.
WTFReportBacktrace()