When the built-in $null
was watched its value was incorrect
#4816
Labels
$null
was watched its value was incorrect
#4816
Prerequisites
Summary
The debugging WATCH pane shows
$null: ""
$null
is represented makes it difficult to distinguish between an empty string value$MyStringVar = ""
vs an uninitialzed variable$VarThatDoesNotExist
.PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Add
$null
to the debugging WATCH list.Visuals
No response
Logs
No response
The text was updated successfully, but these errors were encountered: