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.