Debug Configuration

You need a debug configuration before you can debug a program.

  1. Click Run > Debug Configurations.
  2. In the left side pane of the Debug Configurations dialog box double-click PL/I Enterprise Server.
  3. Change the name from New_configuration to something meaningful like PLIJCLdemo.
  4. Make sure that the selected connection is Local and the server is PLIDEMO.
  5. In the Debugging type section select the JCL tab.
  6. In the Top-level program field type OPDEMO.
  7. Click Apply.
  8. Click Debug.
  9. If a dialog asking whether to enable dynamic debugging is displayed, select Remember my decision and click Yes.