Debugging functions cc4m_logo_inline

IDSTAT-23
TitleDo not use debugging functions that interact with the MATLAB debugger.
PriorityMandatory
Severity level3
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.