The attach to process technique used here can also be applied to the other examples in this section that deal with separate projects.
 to the right of
 to the right of 
                     			  (Debug) and select the run configuration that you used to run 
                     			 Demo4.java in the previous example.
 (Debug) and select the run configuration that you used to run 
                     			 Demo4.java in the previous example. 
                     		   
                  		
               The Debug perspective is displayed, and the debugger runs until it hits the first breakpoint set in Demo4.java.
 (Resume) to jump to the breakpoint.
(Resume) to jump to the breakpoint. 
                     			 
                  At this point, only Demo4.java is on the debug stack. We need to also attach demo4.cbl, so that we can also step though that code.
 to the right of
 to the right of 
                           				   (Debug) and select 
                           				  Debug Configurations.
 (Debug) and select 
                           				  Debug Configurations. 
                           				 
                        				  
                        				  
                        The Debug Configurations dialog box is displayed.
A new configuration is displayed in the right-hand pane.
The Select Process dialog box is displayed.
The demo4.cbl program is added to the stack.
 (Resume) again.
(Resume) again. 
                     		   
                  		    
                  			 
                  Debugging flow continues to demo4.cbl and stops on the breakpoint set previously.