mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-07 11:46:42 +03:00
161 B
161 B
Debugging windows
In Source\WTF\wtf\win\DbgHelperWin.cpp
replace
#if !defined(NDEBUG)
with #if 1
Then regular WTFReportBacktrace()
works.