I have a small project with Jasmine specs and I am using Testacular as my test runner.
I don\'t understand how I can debug, both the app code or the spec code. When I try to set
You can use the statement debugger; by itself, and Chrome will break on that statement as long as the developer tools panel is open and breakpoints are enabled.