Hi
I start to work with Codewarrior 10.6 and I have a little question about the breakpoint placement during debug session.
I have a code written like this:
test:
if(PTAD_PTAD1==1){PTBD_PTBD1=1}else{PTBD_PTBD1=0;}
goto test;
I can place breakpoint on the line (before if instruction) but is it possible to place a breakpoint only in the "else" bloc ?
Thanks