[wingide-users] Sets are not displayed correctly in the "Stack
data" tool
Denis Kirienko
denis.kirienko at gmail.com
Fri Nov 25 08:47:37 MST 2011
Hello!
There is a bug in Wing IDE - sets are not displayed correctly in the
"Stack Data" tool panel.
Create a simple program:
A = set([1, 2, 3])
print(A)
Set breakpoint on line 2 and run the program in the Debug mode. In the
"Stack data" tool we see somenthing like:
A <set 0xb732941c; len=0>
I am using Wing IDE 101 4.1.1 on LInux, Python 3.2.2.
--
Denis
More information about the wingide-users
mailing list