Domanda

is it possible to perform any changes in code remote debugging? (in Debug and Release as well)

È stato utile?

Soluzione

No. You are debugging an instance of a deployed application on another machine - you can't update the binaries remotely while they're running.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top