Break in Class Module vs. Break on Unhandled Errors (VB6 Error Trapping, Options Setting in IDE)
- by Erx_VB.NExT.Coder
Basically, I'm trying to understand the difference between the "Break in Class Module" and "Break on Unhandled Errors" that appear in the Visual Basic 6.0 IDE under the following path:
Tools --> Options --> General --> Error Trapping
The three options appear to be:
Break on All Errors
Break in Class Module
Break on Unhandled…