2

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: enter image description here

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

2 Answers 2

1

In current Firefox (tested with Fx 44) this feature is now built in. See the toogle next to ReferenceError

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

0

I haven't tested it recently, but there's an experimental plugin to enable that: https://github.com/DavidBruant/usefulStackTrace

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.