Programming Guide : Debugging Your Application : How Running in the Debugger Environment Works : Errors
 
Share this page          
Errors
When an error break occurs, the application is in an indeterminate state. The break occurs at some point in the execution of the statement that caused the error, but it is impossible to determine exactly where. This means, for example, that any expression you examine might not show the expected or correct value.