Break point behavior changes in Creator

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted

 I was working on a project happily for an hour or so writing code and testing with the MiniProg3.

   

Now for some reason? The brakpoints cannot be set. When I attempt to run the code the breakpoints change from solid to just a circle outline.

   

Once again, I have am not aware of making any changes to settings, only the code I am compiling in main.

   

The target is PSOC 4 this time. Is there some hidden gotcha I need to read about this too?

0 Likes
4 Replies
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted

 OK, I found it. My mistake. Thanks

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Despite from "How did you find out" my question is :"What did you do?"

   

 

   

Bob

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Crystalball guess: some forgotten breakpoints in already closed files (and in places that were not reached at time of testing). Happened to me before 😞

0 Likes
DaHu_285096
Level 5
Level 5
10 likes received 250 replies posted 100 replies posted

 Yes, exactly.

   

Silly mistake, not an actual break point but an infinite for loop I had not removed ... for(;;)

0 Likes