How to examine dict keys in debugger
When I examine a dictionary in the debugger I can expand / collapse examine each value in the dictionary. Is there any way to examine the keys themselves? I sometimes have complex keys.
请先登录再写评论。