I'm attempting to attach the Visual Studio debugger to an Azure VM. After about a minute of the fetching-processes progress dialog spinning I get the error:
There was a failure to launch the remote debugger.
This is the same error outlined in this stale post from about a year ago. After I ok out of the error dialog the typical attach-to-process dialog is displayed, but the process list is blank.
I have...
- Followed Microsoft's instructions on enabling remote VM debugging to a T.
- Ensured the remote debugging extension and associated endpoints are listed under the VM's portal page.
- Disabled and re-enabled the remote debugging extensions.
- Repeatedly clicked Refresh on the attach-to-process dialog, in hopes of some transitory state issue :-P.
- Looked at the local VS2015 log (devenv.exe /log ). I found nothing interesting.
- Looked at my local machine's Event Viewer. Nothing interesting.
- Looked at the VM's Remote Debugger extension log (C:\Packages\Plugins\Microsoft.VisualStudio.Azure.RemoteDebug.VSRemoteDebugger). Nothing.
- Looked at VM's event viewer. Nothing.
- Rebooted VM after extension installation. No change in error.
- Set in/out traffic on domain/public/private Windows firewall policies to allow all. No change.
- Disabled firewall for domain/public/private Windows firewall policy and rebooted. NO change.
I'm working with...
- Windows Server 2012 R2 Datacenter on the VM
- Microsoft Visual Studio Enterprise 2015 Version 14.0.23107.0 D14REL
- Azure SDK 2.7.1 (released on 8/26)
- VSRemoteDebugger Extension 1.1.2.0
Beyond the normal solutions and suggestions, I would appreciate it if someone could try for a repo. Thanks in advance!