Search code examples
c#visual-studioremote-debugging

Update code in REMOTE debugging?


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


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.