Using the CCS (3.147) under MPlab ide (6.4) I cannot set the breakpoint.
When I try and run the program I get an error report "One or more breakpoints could not be resolved".
The MPLAb web site suggests clearing the breakpoints and resetting but this does not work for me. I have tried clearing the breakpoints and resetting at the required line.
How does the COF file information get transferred to the Mplab Ide?
When I ran the CCS patch for 6x with 6.4 the IDE started to crash at startup. I have reinstalled both mplab6.4 and then the ccs compiler
fpgeh
Joined: 07 Sep 2003 Posts: 19 Location: Vancouver, BC
Posted: Wed Jan 21, 2004 1:29 pm
I also tried setting breakpoints using MPLAB and ICD2. What I found was that I couldn't really set the breakpoints directly in the C code. However, if you open up the disassembly, you will see assembly language along with the C code commented out. Setting breakpoints on the assemly instructions seems to work well.
Maybe someone else has found a better way, but I think the problem may be due to one line of C equalling several instructions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum