The following code will soft crash the ISE if a breakpoint is on any line 1-3: $temppso = New-Object PSObject -Property @{DistanceUnit = "Miles"}$temppso # returns objectHowever, it will work as expected without the breakpoint on any line 1-3 OR without the two (or more) spaces at the front of line 1.
Have you seen this problem before in this product?