You can load and debug an .elf file without an associated project. To load an .elf file for debugging without an associated project: - Launch the CodeWarrior IDE.
- Choose File > Open and specify the file to load in the standard dialog box that appears.
Alternatively, you can drag and drop an .elf file onto the IDE. - You may have to add additional access paths in the Access Path preference panel in order to see all of the source code.
- Choose Project > Debug to begin debugging the application.
NOTE | When you debug an .elf file without a project, the IDE sets the Build before running setting on the Build Settings panel of the IDE Preference panels to Never. Consequently, if you open another project to debug after debugging an .elf file, you must change the Build before running setting before you can build the project. |
|