Guides you through the process of
debugging the ACCT transaction using the
Enterprise Developer debugger
in Visual Studio.
Debug the transaction
- Choose
Debug > Start Debugging.
- In
Host Access for the Cloud, run the ACCT transaction.
- 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).
- 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.
- To stop debugging, click
Debug > Stop debugging.
- To stop the server, right-click
ESACCTCL in the
Server Explorer and click
Stop.
This concludes the tutorial.