J
JsD
Good Day,
Is there any elegant way to get a verbose stack trace in Safari. I
assume that you use the same method as in IE by reading function names
up the call stack.
I love the parsable return you can get in Mozilla's Error.stack.
IE's arguments.callee.caller works but no line numbers or source
files.
Thanks,
-JsD
Is there any elegant way to get a verbose stack trace in Safari. I
assume that you use the same method as in IE by reading function names
up the call stack.
I love the parsable return you can get in Mozilla's Error.stack.
IE's arguments.callee.caller works but no line numbers or source
files.
Thanks,
-JsD