Debugging with ICD2 in MPLAB

Coding and general discussion relating to the compiler

Moderators: David Barker, Jerry Messina

Post Reply
dman776
Posts: 115
Joined: Mon May 28, 2007 3:59 pm
Location: Texas

Debugging with ICD2 in MPLAB

Post by dman776 » Thu Feb 10, 2011 6:43 pm

I have been using SF thru MPLAB for a while. However, it seems that debugging thru MPLAB is a bit cumbersome. For some reason, MPLAB is not recognizing the COF file that is built and thus is not allowing debugging after a compile. My workaround has been to BUILD, import the COF file, then, hit the DEBUG button. While this does work and will give me line-by-line debugging with breakpoints, it is annoying. Is there anything that I can change or modify to have MPLAB automatically recognize the COF file (like PBP does)?

thanks

User avatar
octal
Registered User
Registered User
Posts: 586
Joined: Thu Jan 11, 2007 12:49 pm
Location: Paris IDF
Contact:

Post by octal » Thu Feb 10, 2011 7:12 pm


Post Reply