NO

Author Topic: Tooltip bug in Pelles C 9.00.9  (Read 1295 times)

matze

  • Guest
Tooltip bug in Pelles C 9.00.9
« on: August 06, 2019, 04:12:54 PM »
Hello, I found an error in Pelles C version 9.00.9. The error can occur if the tester stops at one point while debugging and moves the mouse pointer to variables in the source code to display tooltips with the current contents of the variable. The contents of an incorrect variable may be displayed. I have taken screenshots of it and added it to this text, but the mouse pointer has been hidden automatically and therefore can not be seen in the pictures.
In my test program I created two variables with the commands "TOOLINFO toolInfo" and "RECT rect". In the image with the right tooltip displayed, I moved the mouse pointer to the right part of "toolInfo.rect", and here the wrong information is displayed, not the content of "toolInfo.rect" but of "rect".