Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top