Quote Originally Posted by Hack View Post
The only option I have checked is "Break In Class Module"
Same here.



To the OP: The only one that's bad is Break on All Errors.

Well, not bad, and actually quite useful if you want to see if On Error Resume Next is eating a runtime error, but bad in the sense that you can't leave the setting there during normal development. Switch it to either Break On Unhandled Errors or Break In Class Module.

I know you said you've had it set that way all along, but it's unlikely since the behavior you describe is exactly what that option is meant to do. As opposed to forcing the developer to comment out error handlers when he wants to see raw error messages.