-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
When debugging in Python, any dictionary with 3 or more values displays in the debugger in a somewhat random order. Since the majority of users of Python are dealing with dict and the order of them is critical to coding correctly. I must raise this issue again.
There were two previous issues opened on this with great documentation.
3236, and 3471
I am not sure why they were closed on Sept 3 with no explanation. Something about Closed on Debugger, does that mean there is another project which this pulls from that has resolved the issue and it has not been imported into the latest version of the vscode-python extension?
If so wouldn't it make sense to keep the issues open until the debugger code is updated and imported / published to the project?