A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
I understand your issue. you want know what will be return in cvsSites.
Just check cvsSites having sub properties like count(cvsSites.Count) or hasError like that. below give some example.
If cvsSites.Count > 0 Then
End If
if you set like that breakpoint come to the IF section you will find it. what returned in cvsSites.
Thanks.