Launch configurations for running and debugging programs
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can use a launch configuration in the Progress Developer Studio for OpenEdge to:
- Run and debug ABL programs.
- Attach the Debugger to an external AVM.
A launch configuration defines the characteristics of the AVM instance under which the selected program runs. These characteristics include such things as startup parameters, PROPATH settings, and environment settings for the AVM session; database connections; and whether the program uses a dedicated instance of the AVM or the instance under which your OpenEdge project is currently running.
You can use the Run Configurations or the Debug Configurations wizard to define all of a launch configuration's characteristics. Although this wizard contains a large number of fields on multiple tabs, defining a launch configuration need not be a complicated task. In fact, with a single click, you can create and run a launch configuration that uses default settings, and then edit any of these settings, if necessary.
This topic provides some basic information about how launch configurations work.