Skip to content

Array with inner class type(Array[InnerClass]) breaks debug with failed to encode a path #94583

Closed
@GustJc

Description

@GustJc

Tested versions

-Reproductible in: v4.3.beta3.mono.official [82cedc8]

System information

Windows 10 - Vulkan (forward+) - dedicated

Issue description

Having a var that has a type of Array[InnerClassType] breaks debug with failed to encode path

When using a breakpoint, it spits out errors. Still works, but won't show the type on the debug console.
It'll keep spitting out the same errors every time the debug tries to show the variable.
And it won't show the class runtime debug when selecting the node inside the remote tab.

Steps to reproduce

  • Put a breakpoint anywhere inside a class that uses an Array[InnerClassType]
  • Play the game
    Result: Errors spit in console. Don't break, but can't show array of innerclass variable. Trying to select self in debug spits errors again.
  • Select the node inside the remote tab while the game is running
    Result: The node is not shown/selected. Errors spit in console

Errors:
error

Min code:
min_example

Minimal reproduction project (MRP)

Min project:
MRP_has_inner_class.zip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions