C
C#9mo 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
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?
3 Replies
Accord
Accord9mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
J.
J.9mo ago
bump
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.