Debug the ACCT Transaction

Guides you through the process of debugging the ACCT transaction using the Enterprise Developer debugger in Visual Studio.
  1. Click Debug > Start debugging.
    Note: If the Rumba+ Desktop interface starts up, you can ignore or close it.
  2. Enter the following URL into a Web browser: http://localhost:9003/ACCTWEB, to run the ACCTWEB application.
  3. Step through the application in the usual manner.
    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.
  4. To stop debugging, click Debug > Stop debugging.
  5. To stop the server, right-click ESACCTSV in Server Explorer and click Stop.

This concludes the tutorial.