Page 1 of 1

IDE; structured tree for debug session

Posted: Mon Jul 06, 2015 9:04 am
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?

Re: IDE; structured tree for debug session

Posted: Mon Jul 06, 2015 1:51 pm
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.