View debug values in hex
Hi,
First post here. Is it possible to see the values of locals in hex format in the Stack Data view tab of Wings Python IDE?
Best,
--Geert
Hi,
First post here. Is it possible to see the values of locals in hex format in the Stack Data view tab of Wings Python IDE?
Best,
--Geert
The Integer Display Mode can be set to hex on the Debugger page of the Preferences dialog. An alternate method to see the hex value is to use the hex() builtin in the Debug Probe.
To enter a block of code:
Comments