Mention how to get the full stack trace for errors

This commit is contained in:
Ivan Žužak
2014-06-04 17:22:55 +02:00
parent f670673baf
commit db94aa94eb

View File

@@ -15,7 +15,10 @@ propose changes to this document in a pull request.
helpful.
* Include the behavior you expected and other places you've seen that behavior
such as Emacs, vi, Xcode, etc.
* Check the dev tools (`alt-cmd-i`) for errors and stack traces to include.
* Check the dev tools (`alt-cmd-i`) for errors to include. If the dev tools
are open _before_ the error is triggered, a full stack trace for the error
will be logged. If you can reproduce the error, use this approach to get the
full stack trace and include it in the issue.
* On Mac, check Console.app for stack traces to include if reporting a crash.
* Perform a cursory search to see if a similar issue has already been submitted.