Run the
Enterprise Developer debugger to interact with the ACCT application running on the ESACCT
enterprise server region.
- If you closed the Rumba Mainframe Display, start it from the
Debug view as follows:
- Right-click the
COBOL Debugger thread.
- Click
Show Rumba Terminal
This opens the Rumba Mainframe Display view and loads the CICS application in it.
Note: If the display does not connect automatically:
- Click the
New Rumba Mainframe Display button,
, in the toolbar of the Rumba Mainframe Display view.
- Specify the host name,
localhost, and the TN3270 port number,
5239, for the ESACCT server.
- Click
Connect.
This connects the Rumba Mainframe Display view to the ESACCT server and loads the CICS application in it.
- Press
Ctrl+Alt+Z in the Rumba Mainframe Display view to clear the CICS login screen.
- Enter
ACCT to execute the CICS application.
In Eclipse, the debugger stops the execution of the process and positions the cursor in the Procedure Division of the
ACCT00.cbl file.
- Step through the CICS application in the usual manner.
- To stop debugging, right-click the session in the
Debug pane, and then click
Terminate.
- To stop the server, right-click
ESACCT in Server Explorer, and click
Stop.