"I am writing code on a fresh Power Platform UDE development environment for D365 Finance and Operations.
I am connected to the correct environment, I am authenticated, I can do builds, deploys and data synchronizations. Everything works, however when I attach a debugger nothing happens. No symbols are loaded, the application itself hangs with the infamous "Please wait. We're processing your request" message. However, nothing ever loads, the system stays hung for hours if I leave it (which I have).
My metadata directory is correctly configured and my Visual Studio settings appear correctly configured. I have all the metadata in both the custom directory and the PackagesLocalDirectory located in AppData. I am running Visual studio as an administrator.
I have tried:
1. loading all symbols
2. Debugging items in the solution and items in specific packages (as laid out in the documentation - just the custom model and the AppSuite and AppFoundation)
3. I have tried following all the steps found here: https://dynamics365musings.com/loading-d365-debug-symbols/#:~:text=Symbol%20Servers'%20flag.-,In%20Visual%20Studio%2C%20in%20the%20menu%20go%20to%20Dynamics%20365,Check%20this%20checkbox.
4. I have tried full build/sync, redeploying custom package (which works - the code changes are visible in the application) and debugging again - same result.
5. Debugging using a startup object in the VS solution and pressing the F5/Play button in VS
6. Debugging using Launch debugger in Extensions > Dynamics 365 > Launch debugger
Nothing works. No symbols load. Debugger does not attach.
