NO

Author Topic: Limited break point locations  (Read 1265 times)

PabloMack

  • Guest
Limited break point locations
« 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.
« Last Edit: April 15, 2020, 02:50:42 PM by PabloMack »

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Limited break point locations
« Reply #1 on: April 15, 2020, 04:16:24 PM »
At first, switch optimization off.
It's PellesC 9 feature.
May the source be with you