Q: Can I change the debugger key bindings to the ones that I used to use in the non-eclipse CodeWarrior tools?
A: Yes there is a way to change the debugger key bindings. In order to do this follow steps below:
- In CodeWarrior for StarCore tools toolbar, select Window > Preferences. The Preferences window appears.
- On the left-hand side, expand General folder.
- Select Keys.

4. On the right hand side underneath Command Column, select Step Over. Under the Command column is a list of
available commands. The Binding Column contains the keys that can be used to invoke the command. And the
When Column indicates when this command will be executed. To get the Key Sequence in Alphabetical Order, click
on the Command column. For the debugger the keys of importance to change are ‘Step Into’, ‘Step Over’ and ‘Step
Return’. By default, these key bindings are set to F5, F6 and F7 respectively.
5. From the Binding textbox, remove F6 by selecting Unbind Command. The Binding Column is cleared out.

6. In the Binding textbox press F10 on computer keyboard so that F10 will be new key binding. The user change
symbol which is a U will appear in the right-most column to indicate a user binding.

7. Select Apply. In the Binding column you will have the Binding for Step Over as F10. Now when you use the
debugger and you want to do a Step Over you would select F10. You will see this new assignment when you bring
up the debugger and select Run.
8. Select OK. The Preferences window closes.