I'm testing my Backbone.js (on Rails 3.2) app using Jasmine and Jasminerice. Works wonderfully, however any JS errors are trapped in Jasmine and displayed in HTML. This is a bit inconvenient as I then have to copy the line number of each trace, go to the file (using Chrome developer tools), then use the "Go To Line" tool to get to that line.
Is there a way to output JS errors in the console as if I were running the application normally?
Thank you for any help.
EDIT:
Found the solution in ConsoleReporter.