Skip to content

Commit 4fd2312

Browse files
authored
chore: introduce webkit cheatsheet
1 parent a69c85f commit 4fd2312

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

browser_patches/webkit/cheatsheet.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Debugging windows
2+
3+
In `Source\WTF\wtf\win\DbgHelperWin.cpp` replace
4+
5+
```#if !defined(NDEBUG)``` with ```#if 1```
6+
7+
Then regular `WTFReportBacktrace()` works.

0 commit comments

Comments
 (0)