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?
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.