Configuring r-code generation

The Debugger operates on compiled r-code. Therefore, you must specify the appropriate build options in your project properties to save .r files when you save or compile your code.

  1. In the Project Explorer view, select your project and open its Properties window (right-click and select Properties, or select File > Properties from the menu bar).
  2. Select Progress OpenEdge > Build, and make sure the Save r-code option is checked (the default setting). Set other values as appropriate.
    Note: The location that you specify for .r files must be included in the PROPATH you specified when you created the launch configuration.
    For more detailed instructions, see Build properties page or Defining a launch configuration.