mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
16 lines
182 B
Markdown
16 lines
182 B
Markdown
### Debugging
|
|
|
|
#### Stack trace
|
|
|
|
It `mozglue/misc/StackWalk.cpp` add
|
|
|
|
```c++
|
|
#define MOZ_DEMANGLE_SYMBOLS 1
|
|
```
|
|
|
|
In native code use
|
|
|
|
```c++
|
|
nsTraceRefcnt::WalkTheStack(stderr);
|
|
```
|