chore: introduce webkit cheatsheet

This commit is contained in:
Pavel Feldman 2020-03-04 20:14:05 -08:00 committed by GitHub
parent a69c85f5f8
commit 4fd23124bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,7 @@
### Debugging windows
In `Source\WTF\wtf\win\DbgHelperWin.cpp` replace
```#if !defined(NDEBUG)``` with ```#if 1```
Then regular `WTFReportBacktrace()` works.