Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top