playwright/browser_patches/firefox/cheatsheet.md

182 B

Debugging

Stack trace

It mozglue/misc/StackWalk.cpp add

#define MOZ_DEMANGLE_SYMBOLS 1

In native code use

nsTraceRefcnt::WalkTheStack(stderr);