You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public static class Foo
{
public static class Bar
{
public static class Abc
{
public static int val1 = 10;
}
}
}
Add Foo.Bar.Abc.val1 to watch.
Expected behavior
Should return 10 as the value.
Actual behavior
Exception of type 'Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.ProtocolException' was thrown. (Unable to evaluate)
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
Author:
ilonatommy
Assignees:
ilonatommy
Labels:
arch-wasm, untriaged, area-Debugger-mono
Milestone:
-
radical
changed the title
[wasm][debugger] Not able to evaluate a static class attribute in a nested class
[wasm][debugger] Not able to evaluate a static class member in a nested class
Nov 11, 2021
radical
changed the title
[wasm][debugger] Not able to evaluate a static class member in a nested class
[wasm][debugger] Not able to evaluate a static member in a nested class
Nov 11, 2021
Description
Follow-up issue for 61147.
Reproduction Steps
Create a class in Blazor app:
Add Foo.Bar.Abc.val1 to watch.
Expected behavior
Should return 10 as the value.
Actual behavior
Exception of type 'Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.ProtocolException' was thrown. (Unable to evaluate)
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: