How do I specify the program entry point?

To specify the program entry point, follow steps below in C/C++ perspective:

  1. In the CodeWarrior projects window, right-click on project name.

    A context menu appears.

  2. From context menu, right-click on project name, select Debug As > Debug Configurations.

    The Debug window appears.

  3. Under CodeWarrior Download , select project name.
  4. Select Debugger tab.

    The Debugger page appears (for more information, refer to the image listed below).

    Figure 1. Debug Configurations-Debugger Page

    Debug Configurations-Debugger Page

  5. Click Apply.
  6. Click Debug.