Skip to content

Cant see subdictionaries while debugging #62773

Open
@nonunknown

Description

Godot version

v3.5.rc5.official [ae60597]

System information

manjaro linux

Issue description

When I try to look the subvalues of a dictionary, especifically dictionary inside dictionary!

Peek.06-07-2022.08-37.mp4

Steps to reproduce

  • Create a script
  • Create a dictionary -> var dict := {}
  • under the ready function, create a subdictionary -> dict["test"] = {number=1}
  • place a breakpoint
  • try to look at the value in the editor

Minimal reproduction project

N/a

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions