Skip to content

LINQ expression support. #183

Open
Open
@miniwolf

Description

@miniwolf

I am trying to write an extension in VS Code that debugs Unity projects.
For this I am using StackFrame.GetExpressionValue(string expression, EvaluationOptions options). The result that I getting back is that the expression is not supported.

The expression is based on an array that I create:
int[] scores = { 97, 92, 81, 60 };
Expression I run in the Debugger console is this: scores.Select(i => i)

Is there something that I am supposed to do differently?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions