-
Notifications
You must be signed in to change notification settings - Fork 676
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
Debugger to support $ReturnValue #859
Comments
Hmm... I am not quite sure why this doesn't work. We will have to look into this. |
Any news on this issue? |
Still an issue on new year! |
Fixed in 1.21 |
Sorry, I think this was actually fixed in 1.18, but was incorrectly left open. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment data
dotnet --info
output:VS Code version:1.6.1
C# Extension version:1.4.1
Steps to reproduce
Debug a method that returns a statement eg/
return Foo();
Expected behavior
Debugger watch command to show value returned via
$ReturnValue
valueActual behavior
$ReturnValue
not defined.$ReturnValue
is a variable available in Visual Studio that shows returned values from methods in the immediate/watch window. Would be nice to have the same in VSCodeThe text was updated successfully, but these errors were encountered: