mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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…
x
Reference in New Issue
Block a user