IDE; structured tree for debug session

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
HanPBF
Enthusiast
Enthusiast
Posts: 570
Joined: Fri Feb 19, 2010 3:42 am

IDE; structured tree for debug session

Post by HanPBF »

Hello,

at the moment I can see for a structure only some entries like
\PB = 4353525
\Window = 435435345
...
\LastItemInStructure
"..."

And for an embedded structure, I can not see the data (like above for structure \Window).

Is there a tool in the IDE for viewing the structured data?
Variables or Structrure Viewer don't show the current content.

Or is there another way to see the whole structure?
Only by debug output all?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: IDE; structured tree for debug session

Post by Trond »

Your options are:
* Hover the mouse over the variable name
* Variable viewer (debugger menu)

I don't think it is possible to view the contents of a pointer.
Post Reply