Nice trick to play around this annoying waring: PK3Err0067
PICkit 3 - PK3Err0067: Failed to set/clear software breakpoint.
I'm trying to program the PIC32MX575F512H with PICkit 3. I am getting the error "PK3Err0067: Failed to set/clear software breakpoint." when I try to set a breakpoint in my code. I'm using MPLAB IDE 8.50 with the latest PICkit firmware. The program compiles and runs but, when I try to set a single breakpoint, I get this strange error. Any idea what could cause this?
NB: I use FRC for the oscillator.
I finally discovered the problem. In MPLAB, the SW BP option in the menu was set to Enabled (by default), and this option should not be enabled with PICkit 3 as it does not allow software breakpoints.