NO

Author Topic: Internal debugger error  (Read 1464 times)

matze

  • Guest
Internal debugger error
« 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.
« Last Edit: September 07, 2019, 03:14:53 PM by matze »

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Internal debugger error
« Reply #1 on: September 08, 2019, 07:16:36 PM »
OK, I will see if I can recreate it...
/Pelle