Hello
I assume you are using CodeWarrior for HC12. Am I right?
If this is the case, I assume also tat you tried to put the breakpoint in the Debugger source window after the code has been downloaded.
CodeWarrior for HC12 is using an external debugger and you cannot set a breakpoint in an editor window.
Additionally a quick Tip to move forward (also only valid if you are using CW HC12).
After you have downloaded your code to the target, bring the code of the function you are interested in in the Source Window (Use menu entry "Source" -> ""Find procedure" for that).
THen select "Source" -> "Marks". This will insert a small red mark in front of each instruction where you can set a breakpoint.
If the source line you are referring to does not have marks, that means either the function or the instruction does not generate code.
Then we will have to start investigating from there.
Is the whole function without mark? Or just an instruction?
CrasyCat