Can we save a MATLAB program while in debugging mode?

Can we save a MATLAB program while in debugging mode? Correct Answer False

While in debugging mode, we are really trying out the function. So, when the debugging mode starts, the command line is halted at a certain line in the function and the evaluation of the function is stopped. Hence, it’s not possible to bring a change in the function and save it in the directory. We’ve to exit from the debugging mode and then we can save the function.

Related Questions

Debugging Program is a program which runs concurrently with the program under test & provide commands to
Which of the following is a system level debugger which provides the low-level debugging facilities and the system debugging?