Debugging and Running PL/I Applications in Containers

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

To debug a PL/I application running in a container:

  1. Run an Enterprise Developer image and open a command prompt in it. You can use a command such as the following to do this:
    docker run -it microfocus/edbuildtools:win_7.0_x64 cmd.exe
  2. Compile the PL/I program that you want to debug:
    mfplx –deb pli-prog-name.pli
  3. Invoke CodeWatch to debug your PL/I program:
    cwcmd pli-prog-name.exe
  4. Use CodeWatch to debug your PL/I program as you would normally.