playwright/browser_patches/webkit/cheatsheet.md

8 lines
161 B
Markdown
Raw Normal View History

2020-03-05 05:14:05 +01:00
### Debugging windows
In `Source\WTF\wtf\win\DbgHelperWin.cpp` replace
```#if !defined(NDEBUG)``` with ```#if 1```
Then regular `WTFReportBacktrace()` works.