Debugging functions
ID | STAT-23 |
Title | Do not use debugging functions that interact with the MATLAB debugger. |
Priority | Mandatory |
Severity level | 3 |
Description | Do not use debugging functions such as dbstep , dbcont , dbquit , keyboard or other functions that interact with the MATLAB debugger. |
Rationale | These functions that interact with the MATLAB debugger reduce the robustness of the code. |