1.

What is dbstop command?(a) exits from the debugging mode(b) pauses for the debugging mode when a condition is reached only(c) exits the debugging mode at any point in the function(d) does not existI got this question by my school teacher while I was bunking the class.I'm obligated to ask this question of Debugging topic in chapter MATLAB Programming of MATLAB

Answer»

Correct option is (b) PAUSES for the DEBUGGING mode when a condition is reached only

For explanation I would say: The dbstop command STOPS the debugging mode. Now, we can give the dbstop command in many ways. One of the ways is MENTIONING a condition, regarding when the working of the function should stop, to ENTER the debugging mode. To exit from the debugging mode, we need to use the dbquit command.



Discussion

No Comment Found

Related InterviewSolutions