Breakpoint attribute problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Breakpoint attribute problem

723 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by ronkrem on Wed Jul 03 03:47:21 MST 2013
While debugging with LPC-Link and adding and removing breakpoints (and keeping the total always to about 2), the vertical strip where the breakpoints appear becomes cluttered with yellow triangles with the hover message:
Breakpoint attribute problem: installation failed
They seem to have no effect on whether I can add breakpoints, nor do they stop the breakpoint from doing its job, and they also almost hide the breakpoint graphic.
If they have no effect, what are they trying to tell me? How can they be deleted?
0 Kudos
Reply
1 Reply

651 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Wed Jul 03 04:04:33 MST 2013
This messages indicates that the source file  where you set the breakpoint does not belong to the actual binary you  are debugging. This can be the case  if you have multiple binaries in your project that share the same source  but not all of the files.

If you look in the "gdb traces" console, you should be able see GDB reporting the problem. You might also look in your Breakpoints view and clear out the breakpoints you no longer require./
0 Kudos
Reply