Open
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