Tagged Questions
1
vote
0answers
354 views
How can I get the full backtrace in spidermonkey (JSAPI) from my reportError function
I'm embedding javascript in my app using spidermonkey and I have a function called reportError that receives a JSErrorReport.
It seems simple to grab the current line of the error, but is it possible ...