MATLAB: Is there a keyboard short cut like Shift+F5 to exit debug mode

MATLAB

I would like MATLAB to support the Microsoft Visual Studio convention for using Shift+F5 to exit the debugging mode.

Best Answer

The ability to use keyboard shortcut like "Shift+F5" to exit debug mode is not available in the MATLAB Editor/Debugger for versions prior to R2007a.
To exit debug mode, type
dbquit
in the MATLAB Command Window when in debug mode. Alternatively, in the Editor/Debugger, click the Exit debug mode toolbar button.