Breakpoints in interrupt routines not working

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

Breakpoints in interrupt routines not working

520 Views
therealfreegeek
Contributor IV

I have a small project I am working on and have been moving back and forth between a couple of different PCs, today I noticed that any breakpoints I set in interrupt routines are not detected.

 

Breakpoints in main and other files are fine.

 

Have I got a setting wrong somewhere?

 

I am using KDSK 1.3, PE and FRDM-K64.

Labels (1)
0 Kudos
5 Replies

321 Views
therealfreegeek
Contributor IV

OK, this is what I found, after moving from one pc to another, unless I actually edit a file, i.e. events.c, breakpoints do not work in it. If I edit the file and recompile then breakpoints  do work.

Is there a way to force a full recompile/make of all files?

0 Kudos

321 Views
therealfreegeek
Contributor IV

OK, just fired up the PC at home and the break points in interrupts are working fine, so it is only a problem on my PC at work.

Do you think it a setting issue in KDS, or a path issue because I am moving the project between computers?

0 Kudos

321 Views
BlackNight
NXP Employee
NXP Employee

Hi Ernes,

check the breakpoints view: on Kinetis K you can set a 4 hardware breakpoints only (see as well Software and Hardware Breakpoints | MCU on Eclipse ): the breakpoints which are set have a 'checked' mark in the breakpoint view.

Erich

0 Kudos

321 Views
therealfreegeek
Contributor IV

I'm back in the office tomorrow and will try again on the PC there and report back.

I was only setting a single break point so the quantity was not the issue.

0 Kudos

321 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Ernest,

If your project now can work well , there is no issue about the path.

And sometimes maybe set more breakpoint for it can not work well .

Anyway , it can work well now.

BR

Alice

0 Kudos