Questions tagged [azure-debugger]
8 questions
9
votes
1 answer
Azure remote debugging with VS 2015 not connecting
I have just upgraded to VS2015 and when I try to connect the Remote Debugger to an Azure web app, I get this error:
The following error occurred while launching remote debugging: Unable
to connect to the Microsoft Visual Studio Remote Debugger…

Douglas Woods
- 824
- 2
- 9
- 25
6
votes
1 answer
How to debug Azure Function QueueTrigger locally
I am developing an azure functions which will be triggered by the azure storage queue. For HTTPTrigger we can debug locally , but am not able to find the way to debug QueueTrigger locally . Can anyone of you tell me how can i acheieve debugging on…

Dinesh
- 193
- 2
- 14
6
votes
1 answer
Azure Debugging Environment in VS2015 crashes on start
This just started happening out of the blue recently. I tried all the solutions I can find on Stack and other forums but nothing so far has worked.
When I try to start debugging on an Azure worker role, this is as far as I get:
The Debug window…

GFoley83
- 3,439
- 2
- 33
- 46
5
votes
1 answer
Azure Remote debugging vs2015 support
I've tried to set up the remote debugger for Azure Websites, Azure websites only seem to support remote debugging on VS2013 or VS2012, not 2015.
Is there a way to work around this issue?

VeldMuijz
- 605
- 5
- 18
1
vote
0 answers
Can't debug newly created Windows Azure project. The Windows Azure Debugger keeps crashing in loop
I've just downloaded Azure SDK 1.6 through Windows Platform Installer.
When I start a new ASP.NET MVC 3 Windows Azure Project and try to debug it, the screen stops at this point:
And then the Windows Azure Debugger crashes over and over:
And when…

Andre Pena
- 56,650
- 48
- 196
- 243
1
vote
1 answer
Debugging Azure: window popup says The web browser can not be started
I have a web application asp.net to deploy to Windows Azure. This application contains one web role. I try to run it on local first. But when debugging, I catch this error from VS2010: "Window Azure Tools for Microsoft Visual Studio
The Web Browser…

Sandeep
- 11
- 3
0
votes
1 answer
Azure: error not detected
I have an experiment in Azure. When I launch the run I obtain:
If you look at the top on the right you see that there is an error, but no module has it.
If I run the single module where (in this simple case) I know that the error has to be, I can…

Andrea Ianni
- 829
- 12
- 24
0
votes
1 answer
Cannot Remote Profile a Web App
I am using VS2015 with latest Azure SDK (2.7). I have an azure deployed debug version of my Web Api and using the VS Server Explorer I can navigate to my Web Api, and on the context menu, I can use "Attach Debugger" to debug with no problems.
But I…

Douglas Woods
- 824
- 2
- 9
- 25