Getting a program in read-only mode

Use this procedure to get a program in read-only mode for debug purposes. If you are working with M3 Adaptation Kit (MAK) without enabling Extended Access Mode, you can only open programs in a read-only mode and debug the program.

  1. In the MAK Navigator tab, select a program that you want to open in read-only mode.
  2. Right-click and select Get > Program read-only. The Get program in read-only mode window is displayed.
  3. To get the program, specify this information:
    Project

    Select a project from the list.

    Type

    Program is selected by default.

    Name

    Specify the name of the program that you want to get. All matching programs will appear in a list. Click a program in the list to display the program description tooltip.

  4. Select a program in the list and click Finish. The Opening information window is displayed informing you that the program will be opened in read-only mode and that although this program can be used for debug it cannot be edited or deployed.
  5. Click OK to continue. The program is opened in the Editor area in read-only mode.
  6. Start debugging the program as described in Starting the debug server.