First time here? Check out the FAQ!
1

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

GeertVc's avatar
31
GeertVc
asked 2019-01-01 12:09:00 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2019-03-13 10:26:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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.

Wingware Support's avatar
4k
Wingware Support
answered 2019-01-01 18:52:00 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer