Closed konrad-kolodziejak-at-cg closed 1 month ago
Sorry that you're having this issue. I can't seem to reproduce it, but I have a couple of ideas.
Has this configuration ever worked on this particular machine? Is this also a Windows 10 machine?
Based on the fact that you said your colleague is struggling with the same issue, I wonder if it has something to do with your corporation's proxy/fire wall settings. The debugger has to connect to localhost:7071, so maybe it's being blocked?
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
I am struggling with running a debugger on Azure Functions project in VS Code on my laptop.
I am getting a following error message when debugger tries to attach itself to azure function process upon the start of the function host:
Environment details:
I have following tools installed Azure Functions VS Code extension: v1.15.4 Azure Functions Core Tools: azure-functions-core-tools@4.0.6280 Azurite: v3.32.0
Func host start launches correctly. I am getting a list of functions in the terminal as well as Host lock lease acquired by instance ID '00000000000000000000000079F46AA2'. message. When I trigger any of the functions from the project, all works perfectly fine. The problem is only with attaching the debugger.
launch.json:
tasks.json:
Has anyone had a similar problem? Is there a way to get some more information on the issue (more verbose logging) so I could address this with my admins?