[IDE-debugger] Add [±] Expand structure elements on hover.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
skywalk
Addict
Addict
Posts: 4000
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

[IDE-debugger] Add [±] Expand structure elements on hover.

Post by skywalk »

Please add an optional debugger setting:
[±] Expand structure elements on hover.
I get random results when hovering over large structures and prefer it to show the explicit value being referenced instead of nothing.

Now:
myStruct\element1 ;<-- hover here and I see nothing since myStruct is too large.
myStruct ;<-- hover here and sometimes I see myStruct values.

New:
myStruct\element1 ;<-- hover here and show only element1's value.
myStruct ;<-- hover here and try to show myStruct values.

Windows 10 pro x64, PB v56b5.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum