Debug ACCTWEB

You can start debugging a CICS application by using the Enterprise Server Dynamic Debugging facility, which enables you to debug a service on a local or remote enterprise server.

Note: When you have finished debugging, you must stop the debugger before you stop the enterprise server. This stops all the active transactions and ensures the enterprise server stops cleanly.
  1. Click Debug > Start debugging.
    Note: If the Rumba interface starts up, you can ignore or close it.
  2. Enter the following URL into a browser: http://localhost:55220/ACCTWEB, to run the ACCTWEB application.
  3. Step through the application in the usual manner.
  4. To stop debugging, click Debug > Stop debugging.
  5. To stop the server, right-click ACCTWEB in Server Explorer and click Stop.