Debug the ACCT Transaction

Guides you through the process of debugging the ACCT transaction using the Enterprise Developer debugger in Visual Studio.

Debug the transaction

  1. Choose Debug > Start Debugging.
  2. In Rumba+ Desktop, run the ACCT transaction.
  3. On the ACCOUNT FILE: MENU screen, enter the first letter of a surname for a record you added into the Surname field. For example, if you used the supplied test data, type W (upper case).
  4. Step through the application in the usual manner.

    When you have stepped through the appropriate code, a list of records that start with W appears on the screen.

  5. To stop debugging, click Debug > Stop debugging.
  6. To stop the server, right-click ACCTCLNT in the Server Explorer and click Stop.

This concludes the tutorial.