microsoft / vscode-mono-debug

A simple VS Code debug adapter for mono
Other
159 stars 173 forks source link

Cannot set nullable to null in debugger #57

Closed Thaina closed 5 years ago

Thaina commented 5 years ago

round.GetType() {System.Nullable`1[System.Int32]} round = null Evaluate request failed (invalid expression).

Suspect that it was from here

https://github.com/microsoft/vscode-mono-debug/blob/21a0b1433e8ca281fd1f9fc15ba395ef33ed2686/src/MonoDebugSession.cs#L730-L763

Is this a problem of debugger lib repo?