Pelles C forum

Pelles C => Bug reports => Topic started by: matze on September 07, 2019, 02:52:49 PM

Title: Internal debugger error
Post by: matze on September 07, 2019, 02:52:49 PM
In my program, I have set a stop in line 995 where: if (additionalData-> onXXXFunctionIsActive == FALSE)
I added the following hold condition to the breakpoint: additionalData-> onXXXFunctionIsActive (see picture)

However, I can not test this line 995 successfully with this breakpoint, because if the debugger reaches this point, then an error message appears (see picture).

If I replace this breakpoint with a breakpoint without break condition, debugging line 995 will work correctly.
Title: Re: Internal debugger error
Post by: Pelle on September 08, 2019, 07:16:36 PM
OK, I will see if I can recreate it...