Wing IDE 6 Debugger cannot display memory data

I just installed wing 6 ide and it doesn't show memory data in the debugger like wing 5 - it only shows memory addresses - how can I see the data (e.g., text data)? This is also true for XML element data - it only shows the addresses - not the tag & data for each element. Why was this changed? Or is this now optional? If so, how to set it up so that I see the data like Wing 5?

jar's avatar
13
jar
asked 2019-04-26 18:35:48 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2019-04-29 08:37:06 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Do you want to display the strings returned by a __repr__ method? You may need to check the Call Python __repr__ Methods checkbox on the Debugger > Introspection page of the Preferences dialog.

Wingware Support's avatar Wingware Support (2019-04-27 11:50:12 -0500) edit
add a comment see more comments