Hello
1- Application does not stop when function is called
Where did you attempt to set your breakpoint? In a CodeWarrior edit window or in the
debugger source window?
In fact you need to set the breakpoint in the debugger/simulator source window.
Breakpoints set in the IDE edit window are not transferred to the debugger.
Also, when you are in the debugger click with the right mouse button in the Source window
and select Mark. Is there a red mark in front of the instruction where you wanted to set a breakpoint?
If not there is no code generated for that instruction so you cannot set a breakpoint there.
2- Are you sure you have generated debug information for your application source files?
Is there a dot next to the file name in the column with the green bug?
CrasyCat