chore: introduce webkit cheatsheet
This commit is contained in:
parent
a69c85f5f8
commit
4fd23124bb
7
browser_patches/webkit/cheatsheet.md
Normal file
7
browser_patches/webkit/cheatsheet.md
Normal 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.
|
||||
Loading…
Reference in a new issue