You must have a listener configured to connect to the debug region.
-
In the Visual Studio IDE, set breakpoints in the source code where you want the debugging to stop.
-
In the Visual Studio IDE, press
F5, or from the menu, click
.
-
Submit a JCL job containing the program you wish to execute for debug.
In Visual Studio, the code breaks at the set breakpoint.
-
Use the debug actions to step through the code as needed.
-
To stop debugging, click
from the Visual Studio menu.