In VS debugging seems to be much easier than it is in Eclipse, breakpoints seem to be screwy, I can live with that though. But when an unhandled exception occurs I can't tell what's causing it. In VS ...
Unhandled exceptions are a bit of a misnomer. In .NET, every exception is handled. By the time you access the specifics of an error in your Try-Catch block, the ...
The JSON reporter (and AFAIK most other non-default reporters) don't report unhandled exceptions. They do exit with a non-zero exit code, though ...