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

Post bugs related to the IDE here
User avatar
macros
User
User
Posts: 88
Joined: Wed Mar 15, 2006 1:47 pm
Location: Munich

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

Post 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.