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 
                  		  . 
                  		  
                  If the .NET region is not running, you will be prompted to allow Visual Studio to start it on your behalf. 
                     		  
                   The popup behavior can be modified in the 
                     			 Micro Focus Enterprise Server option in the 
                     			 Tools/Options dialogs. 
                     		  
                   
- 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.