Overall debugging works, but each step through code takes dozens of seconds.
I've already closed all additional windows like stack trace, watches, autos; deleted all breakpoints.
The server and development machine are located in different domains, so I set up a local user on both, with a matching password. The remote debugger is running as a service.
Looking at the security log, I found quite a lot of entries about remote debugging account logging in (record about every minute).
Any suggestions on how I can speed up remote debugging?
If you can't attach to your app with the remote debugger, make sure the remote debugging firewall ports, protocols, network types, and app settings are all correct. In the Windows Start menu, search for and open Windows Firewall, and select Allow an app through Windows Firewall.
Select Configure remote debugging to configure the firewall and start the remote debugger. When configuration is complete, the Remote Debugger window appears. The remote debugger is now waiting for a connection. Use the server name and port number shown to set the remote connection configuration in Visual Studio.
05 On the General settings panel, under Debugging, select Off next to Remote debugging setting to disable remote debugging using Microsoft Visual Studio for the selected Azure App Services web application. Click Save to apply the changes.
First identify the overall response times. It may be a little bit low level, but get Wireshark and monitor communication between both servers. That way you will know if debugging is slow because of your network and will give you a starting point.
Turn off active mode, else you may raise a few alarms in your network. I used it to debug communication between our WFE and a FAST query server, and we detected where the problem was.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With