Debugging PL/I Applications Running in Containers

This section of the documentation describes how to debug a PL/I application running in a Docker container.

The process for debugging a PL/I application is the same as for debugging a native COBOL application with the following difference:

  • When debugging a native COBOL application, the debug configurations to use to connect to the COBOL application are:
    • COBOL Application if the COBOL application is not running yet.
    • COBOL Attach to Process if it is.

    When debugging a PL/I application, the corresponding debug configurations to use are PL/I Application and PL/I Attach to Process respectively.

For more information on debugging native COBOL applications, see Debugging COBOL Applications Running in Containers.