

InterviewSolution
Saved Bookmarks
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 |
|