Skip to content

Don't collapse nested lists/tuples into ... in debugger | make debugging more like PyCharm #1245

@Combinacijus

Description

@Combinacijus

Is there any settings to disable nested lists collapse to .... It makes really hard to debug
Screenshot_180

Here's example how PyCharm handles it and that's how I would like in vscode:
Screenshot_182

Test code:

x = [[(['aa', 1], '5.0')], 
     [(('bb', 2), '6.7')], 
     [(('cc', 1), '1.2')],
     [(('dd', 1), '3.2'), 
      (('ee', 2), '10.0')]]
print(x)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions