Fix DebuggerVariableProcessObjDisplaysCorrectly
scenario
#1863
Labels
DebuggerVariableProcessObjDisplaysCorrectly
scenario
#1863
This unit test is currently skipped, indicating a bug in product code:
PowerShellEditorServices/test/PowerShellEditorServices.Test/Debugging/DebugServiceTests.cs
Lines 964 to 987 in c4f424f
It turns out that what's happening is that when this is getting the children variables:
PowerShellEditorServices/src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs
Lines 263 to 277 in aa1c253
It throws a
GetValueInvocationException
:and @JustinGrote actually has a fix in the works with #1688, which @SeeminglyScience wants to rewrite and get in.
The text was updated successfully, but these errors were encountered: