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

Kubuntu 25.04 with a Wayland session.