Codewarrior ide integration, Debugger configuration – Freescale Semiconductor Microcontrollers User Manual

Page 215

Advertising
background image

215

Microcontrollers Debugger Manual

7

CodeWarrior IDE Integration

This chapter provides information on how to use and configure the Simulator/Debugger
within the CodeWarrior IDE using the following software:

• CodeWarrior IDE - CW08 version 3.1 or later

Debugger Configuration

The New Project Wizard in the CodeWarrior IDE has default debugger settings that are
correct for most projects, and no changes are necessary for normal use. At times, however,
you may wish to make some configuration changes.

CAUTION

Changing the configuration from within the debugger may affect your
project adversely. Under normal circumstances make all configuration
changes in the CodeWarrior IDE.

To change the configuration the Real Time Debugger and True Time Simulator, follow
these steps:

1. Start the IDE.

2. From the CodeWarrior IDE, open the Target Settings Panel by clicking on the

Targets panel of the IDE main window.

3. Double click on the name of your target in the list displayed in this panel.

4. Select Build Extras as shown in (

Figure 7.1

).

5. In the Build Extras pane check the Use External Debugger checkbox.

6. In the Application field, type the Debugger path, (or select from the Open window by

clicking the Browse button) for example: {Compiler}prog\hiwave.exe.

7. In the Arguments field, type the arguments, for example, %targetFilePath -

Target=sim

.

8. Click on Apply to validate these changes.

Advertising