|
-
Feb 16th, 2010, 11:55 PM
#7
Re: On Error Goto Statement Doesn't Work, Help
 Originally Posted by Hack
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|