C#C
C#3y ago
J.

❔ MSVS- List in Immediate Window

I have a list of objects. I want MSVS's debugging immediate window to output the value for a single one of their object variables.

I have tried LinQ, foreach loop, for loop, console.out.println, debug, etc. nothing works, I get errors
Node not supported: `item => item.WorldName
` and ```Unable to parse: for ...```

what is the proper way to output specific object attributes in a list using immediate window?
image.png
Was this page helpful?