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.
In rapid debug mode the program will crash and the error message (and error line) will be printed in the logs. It is technically not possible to pause at this point in rapid debug mode.