Pelles C forum

Pelles C => Bug reports => Topic started by: PabloMack on April 15, 2020, 02:47:19 PM

Title: Limited break point locations
Post by: PabloMack on April 15, 2020, 02:47:19 PM
I am using version 9.00.9. I frequently find that I can not place a break point at a while loop line. For example, the debugger won't let be place a break point at a while() line (I placed a green dot there) but only on the line before and the line after. By then, the test and branch has already been done. I don't know if it is a bug or just a limitation.
Title: Re: Limited break point locations
Post by: TimoVJL on April 15, 2020, 04:16:24 PM
At first, switch optimization off.
It's PellesC 9 feature.