What are the facilities of a debug monitor?
The facilities of a debug monitor are given below:
a. Setting breakpoints into the program
b. Initiating a debug conversation while control reaches a breakpoint
c. Displaying variable's values.
d. New values assigning to variables
e. Testing user defined assertions and predicates including program variables.