If the enterprise server is not yet started, you should start it as follows:
If the tab is not visible, click Micro Focus COBOL > Server Explorer and then click OK.
. SelectWait until the server has started. If in the list of servers in Server Explorer BANKDEMO still has a red square next to it, right-click it and click Refresh.
You can now start the debugger. It starts in the background until a program which is debuggable is triggered. The demonstration application includes around 60 programs and just eight of them, the ones which are included in the project, are debuggable. To start the debugger:
This opens a new Debug pane, showing the debugger that is waiting for an attachment:
In addition, in the top right corner of the main screen, the perspective has changed from Team Developer to Debug:. You can click on these tabs to switch between the Debug and Team Developer perspectives.
Your Eclipse application is now waiting for an event to happen that will trigger the debugging.
You can see that the pre-configured CICS and JCL debug configurations have now appeared in the menu.
This opens the Rumba Mainframe Display view within the IDE.
This connects the display to the Bankdemo server and loads the start screen of the application.
The program SBANK00P starts to execute on line 001600.
You use the same features as previously to debug the application.