Describe the functions of the debugger screen.
– Single step(F5) – Use this option to step through the program statement bystatement. This allows you to branch into subroutines and function modules, and toexecute these routines step by step as well. Once a subroutine or function modulehas been processed, control returns to the statement following the CALL FUNCTIONor PERFORM statement.– Execute(F6)- Use this … Read more