Breakpoint attribute problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Breakpoint attribute problem

727件の閲覧回数
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 返信

655件の閲覧回数
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 件の賞賛
返信