Page 1 of 1

no function information on hover over

Posted: Tue Jul 29, 2025 1:33 pm
by rootuid
When I hover over a function such as OpenScreen I don't get any information about the function. I'm sure this happened previously in the editor, did I somehow turn if off and how do I turn it back on ?

Code: Select all

OpenScreen(scrw,scrh)
CreateSprite(999,scrw,scrh)
PureBasic 6.21 on Mac.

thanks :)

Re: no function information on hover over

Posted: Tue Jul 29, 2025 5:42 pm
by mk-soft
For me, the display in the status bar works when I am with the cursor on the function or in the parameters

Re: no function information on hover over

Posted: Tue Jul 29, 2025 6:24 pm
by Piero
It happens when you pause the execution (or use a breakpoint)… maybe you remember that?