playwright/browser_patches/webkit/cheatsheet.md
2020-03-04 20:14:05 -08:00

161 B

Debugging windows

In Source\WTF\wtf\win\DbgHelperWin.cpp replace

#if !defined(NDEBUG) with #if 1

Then regular WTFReportBacktrace() works.