News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Internal debugger error

Started by matze, September 07, 2019, 02:52:49 PM

Previous topic - Next topic

matze

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.

Pelle

OK, I will see if I can recreate it...
/Pelle