Debugging functions cc4m_logo_inline

IDSTAT-22
TitleDo not use debugging functions that interact with the MATLAB debugger.
PriorityRecommended
Severity level6
DescriptionDo not use debugging functions such as dbstep, dbcont, dbquit, keyboard or other functions that interact with the MATLAB debugger.
RationaleThese functions that interact with the MATLAB debugger reduce the robustness of the code.