MATLAB Runtime Server | ![]() ![]() |
Prompt to Choose Between Continuing and Quitting
In dialog
mode, every untrapped error generates an error dialog box (like the one shown below) containing the MATLAB usual diagnostic message and two buttons, Continue and Quit.
If the user selects Continue, then the dialog box disappears and the Runtime Server continues running the application. If the user selects Quit, then the application quits.
Since the user might not be able to distinguish a superficial error from a serious one, you should not rely on this global error setting as a substitute for trapping errors locally.
![]() | Prompt to Quit | Setting the Global Warning Behavior on UNIX | ![]() |