Closed
Description
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 selectself
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
Minimal reproduction project (MRP)
Min project:
MRP_has_inner_class.zip