I just started using Karma on a Yeoman generated project for the first time, but I can't seem to debug my tests.
When I run "grunt test:unit" it fires up the browser (Chrome) and runs the tests, but it all happens very quickly and it immediately closes on the first failure. It is only up for a 1.5 sec or so. When I put debugger statements in the test spec or in the functions that they call, the breakpoints are not picked up. So I currently have no idea how to debug :-\
I must be missing something obvious...?