I\'ve got an ASP.NET website that I deployed to Azure. I\'m using VS2013, .NET 4.5.1 and Azure SDK 2.2. I turned on remote debugging for VS2013 in the management portal. I c
I wrote a short article what helped me with debugging.
Have a look here: Debugging in Azure Cloud
In a nutshell: Find the correct processes to attach to for worker role and web role.
WebRole: WaIISHost.exe, w3wp.exe + conhost(s)
WorkerRole: WaWorkerHost.exe + conhost(s)