Confirmed users
346
edits
m (→Misc) |
(→Misc) |
||
Line 40: | Line 40: | ||
*[pchang] dump stderr to console on windows | *[pchang] dump stderr to console on windows | ||
** ./mach run 2>&1|tee console.out | ** ./mach run 2>&1|tee console.out | ||
*[Jerry] dump call stack for NS_ASSERTION() or NS_WARNING() | |||
** Set prefix for stack message. | |||
*** https://dxr.mozilla.org/mozilla-central/rev/632e42dca494ec3d90b70325d9c359f80cb3f38a/xpcom/base/nsTraceRefcnt.cpp#845 | |||
** Set stack unwind number | |||
*** https://dxr.mozilla.org/mozilla-central/rev/632e42dca494ec3d90b70325d9c359f80cb3f38a/xpcom/base/nsTraceRefcnt.cpp#880 | |||
** XPCOM_DEBUG_BREAK="stack" ./mach run | |||
== Triage == | == Triage == |