Breakpoint attribute problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Breakpoint attribute problem

743 次查看
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 项奖励
回复
1 回复

671 次查看
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 项奖励
回复