Version: 0.7
Tracker id: 2870107
mercurial changeset: 3ed17b09cb93

Problem:
    Array elements are displayed in lexicographical order,
    (1,10, 11, 12, ...  ,19, 2, 20, 21 ...) instead of
    numeric order (1,2,3,....,9,10,11,...) To reproduce:
    while debugging any C/C++/fortran program that uses an
    array A of length at least 10, type :Cdbgvar a...@10
    Expand the array elements in the (clewn)_dbgvar window
    (Sameer Sheorey).

Solution:
    Do not sort gdb/mi varobj children and use (with the
    help of an OrderedDict) the natural order that gdb/mi
    uses to provide the list of children.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to