mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
8 lines
161 B
Markdown
8 lines
161 B
Markdown
![]() |
### Debugging windows
|
||
|
|
||
|
In `Source\WTF\wtf\win\DbgHelperWin.cpp` replace
|
||
|
|
||
|
```#if !defined(NDEBUG)``` with ```#if 1```
|
||
|
|
||
|
Then regular `WTFReportBacktrace()` works.
|