Is there a way to inspect the stacktrace using the Firefox Developer Tools whenever an error occurs.
I know I can set breakpoints, but if it is an unexpected error, then the Firefox dev tools only show the place where the error occurred (usually somewhere deep in a lib like jQuery) and not the more application related stacktrace.
Something like Chrome does it:

If not yet supported, is there a bugreport for this somewhere? I search the web, but cannot find any...
