You debug a project for a COBOL application that will be deployed to
.NET in exactly the same way as you debug a project for any other .NET COBOL application. You must make sure that the application's
debug symbols (.pdb) file is available along with the rest of the application files.
Note: If you want to debug a COBOL application running under
.NET on Linux the application must have a portable
.pdb file. To produce a portable
.pdb file for an application you need to specify either
Portable or
Embedded for
Debugging information on the
Advanced COBOL Settings dialog box before building the application. See
COBOL Properties for more information on the different values you can specify for the
Debugging information option.