| MATLAB Runtime Server | ![]() |
Ignore Errors
In continue mode, the Runtime Server does not suspend execution when an error is encountered, and does not inform the user of the error. As a result of the error, the application might lose some portion of its functionality. The degree to which the application is affected typically depends on the source of the error; a few possibilities are:
??? Undefined function or variable 'function'.
??? Error while evaluating uicontrol Callback.
The error message is not visible to the user, and the error itself does not impact any other area of the application, although the affected button might be unresponsive.
| Setting the Global Error Behavior on a PC | Prompt to Quit | ![]() |