Relative Content

Tag Archive for c#visual-studioremote-debugging

Visual Studio 2022 launchsettings.json with RemoteDebugEnabled not working

In my visual studio 2022 c# Console application I try to debug on a remote machine.
My intension is to start the project direct out of visual studio. I know its also possible to start the executable on the remote machine and attach in visual studio. This is already working.
But in this case I want to start the project/executable direct from VS.