I’m getting this error upon hitting the first breakpoint after I start debugging on version 5.3:
VisualGDB version: 5.3.6.1730
------------------ System.Net.WebException ------------------
System.Net.WebException: The remote name could not be resolved: 'visualgdb.com'
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadData(Uri address)
at System.Net.WebClient.DownloadData(String address)
at uv1.a(DownloadableSourcePackage a)
I’m using VisualGDB with VS2013 on a machine that is disconnected from the internet, and it appears to be trying to connect to visualgdb.com when it halts on breakpoint. Is there a way to disable internet connectivity completely from VisualGDB?