There are two ways you can solve this, either by changing the debugging options or turning off error reporting for sections of code.
To change the debugging levels, use the following steps.
- Set the debugging level to Standard or Extended in Options >> Build Options >> Debugging Options
- Uncheck Break on Library Errors by selecting Run >> Break >> Library Errors
To turn off error reporting for certain sections of code, use
SetBreakOnLibraryErrors()
Using this will temporarily override the setting in the Run menu.