Debugging Asynchronous .NET COBOL Code

In order to debug successfully code which includes the Async and Await syntax, you need to have the portable symbol information about it. You need to configure your project to produce this information when you build it as follows:

  1. Open your project's properties.
  2. Click the COBOL tab and then click Advanced COBOL Settings.
  3. Specify one of the following options in the Debugging Information field - Portable or Embedded.
  4. Click OK.