Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top