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.