Stack Data Options Menu

Index of All Documentation » Wing Pro Reference Manual » Debugger » Viewing Debug Data » Stack Data Tool »


The Stack Data tool's Options menu contains the following display options:

Show/Hide Value Detail toggle display of the array or textual value detail area.

Show Detail to Side show the array or textual value detail area to the right of the main display, instead of below it.

Show _name Protected Variables shows or hides symbols with names starting with a single underscore (protected members).

Show __name Private Variables shows or hides symbols with names starting with double underscore (private members).

Show __name__ Special Variables shows or hides symbols with names starting and ending with double underscore (special members).

Show Integers as Decimal shows all integers in decimal (base 10) form.

Show Integers as Hex shows all integers in hexadecimal (base 16) form.

Show Integers as Octal shows all integers in octal (base 8) form.

Show Memory Addresses shows or hides memory addresses for instances.

Resolve Properties enables or disables displaying properties in Stack Data. This should be used with caution. See Advanced Data Display for details.