Is there any way to get the debugger to break on error, as if there was a breakpoint (much like VB does)?
Sometimes, it's very hard to repeat errors consistently (especially if there is some kind of randomness involved, and the errors don't occur frequently), and then it's much better to go into debug mode when the error happens, so I can immediately check what went wrong and where.
Sometimes, it's very hard to repeat errors consistently (especially if there is some kind of randomness involved, and the errors don't occur frequently), and then it's much better to go into debug mode when the error happens, so I can immediately check what went wrong and where.