16. Debugging Your Application : How You Can Use Break Conditions : Error Break Conditions
 
Share this page                  
Error Break Conditions
An error break condition passes control to the Debugger when the error break that you set occurs. You can set an error break condition for any of the following error types:
All errors
DBMS errors
Data facility errors that result from such situations as data type mismatches
Communication errors that originate from the General Communication Facility (GCF)
Specific error class or error number
The OpenROAD Debugger gains control at an indeterminate point in the execution of the statement that caused the error. After you return control to the application, error handling occurs as it would in a runtime environment. That is, the application handles the error as if you had not intercepted the error with the Debugger. In some cases, this behavior can take you to the end of the event block.