Remote Debugging Azure Web App - Break points are grayed out.

Metan Patel 1 Reputation point
2022-09-20T21:46:17.74+00:00

Hello,

I am running into an issue while moving our API from onprem to Azure Web App. It is a asp.net 4.8 rest API that is erroring out. Ive enabled Remote Debug in the Configuration Blade, with the correct Visual Studios 2022 selected. Whenever I attach the Process, the breakpoints are grayed out and says "The break point will not currently be hit. No symbols have been loaded to this document"

The project has debug set to "Full" not portable.

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
947 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,963 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Metan Patel 1 Reputation point
    2022-09-21T22:09:57.637+00:00

    Wow thank you. I needed to enable the Publishing Web page in Application Properties and set it to move all files. This did the trick! Thank you!


  2. Metan Patel 1 Reputation point
    2022-09-21T22:10:04.103+00:00

    Wow thank you. I needed to enable the Publishing Web page in Application Properties and set it to move all files. This did the trick! Thank you!

    0 comments No comments