Page 1 of 1

[PB 6.21 Beta 9] Linux: Debugger tooltip of structure shows only dots (regression)

Posted: Thu May 15, 2025 1:15 pm
by macros
Unter the current beta there is a regression bug with the structure tooltips in the debugger.

Only dots are shown and not the structure. I guess it is related to this commit:
https://github.com/fantaisie-software/p ... f07fd4af00

Under PureBasic 6.12 it works correctly. Under Windows too.

Sample code:

Code: Select all

Structure S_Demo
  a.i
  b.i
EndStructure

Define sample.S_Demo
sample\a=3

CallDebugger
Result on hovering sample:
Image

Kubuntu 25.04 with a Wayland session.