Correct option is (a) dbstep
The explanation is: The function ‘dbstep’ helps in single step execution while ‘dpstepin’ helps to enter into a function. The function ‘dbstatus’ helps to list all the breakpoints in a function while ‘dbcont’ helps to continue execution. These are the pre-defined debugging commands in MATLAB.