I wonder if you can publish it on your dev server, run it from there (so that it is counted as deployed on the network), and then bind your IDE to the process? (Debug → Attach to Process)
If your update code works at the beginning of the system, you can enter a pause; for example, I use a boiler room that checks (in Main ) on ctrl + alt and displays an additional debug console (for example, showing web service calls as they arise, which makes it easy to debug connection problems in a live system, strolling users through "hold these keys ... now what does he say when an error occurs? "). By the same logic, you can show MessageBox ("debug moode, attach your debugger now").
source share