Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LINQ expression support. #183

Open
miniwolf opened this issue Apr 17, 2018 · 5 comments
Open

LINQ expression support. #183

miniwolf opened this issue Apr 17, 2018 · 5 comments

Comments

@miniwolf
Copy link

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?

@DavidKarlas
Copy link
Member

Are you building debugger-libs yourself for your extension? And using master version of debugger-libs?

@miniwolf
Copy link
Author

Yes and yes. I have also tried using the ones that arrives with Visual Studio for Mac.

@miniwolf
Copy link
Author

So any ideas about this?

@jstedfast
Copy link
Member

@DavidKarlas wasn't this already implemented?

@DavidKarlas
Copy link
Member

I think some scenarios are not handled yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants