Re: Capturing the JS stack in case of crash

2014-07-08 Thread Benjamin Smedberg
On 7/8/2014 9:25 AM, David Rajchenbach-Teller wrote: Often, we find ourselves attempting to debug JS code that causes a crash, generally by miscalling a XPCOM component that causes an assertion failure. Unfortunately, in such cases, the native stack captured gives little to no indication that ca

Capturing the JS stack in case of crash

2014-07-08 Thread David Rajchenbach-Teller
Often, we find ourselves attempting to debug JS code that causes a crash, generally by miscalling a XPCOM component that causes an assertion failure. Unfortunately, in such cases, the native stack captured gives little to no indication that can help developers find out how we reached this specific