Array with inner class type(Array[InnerClass]
) breaks debug with failed to encode a path
#94583
Labels
Array[InnerClass]
) breaks debug with failed to encode a path
#94583
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 withfailed 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
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.Result: The node is not shown/selected. Errors spit in console
Errors:
Min code:
Minimal reproduction project (MRP)
Min project:
MRP_has_inner_class.zip
The text was updated successfully, but these errors were encountered: