1

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

MirlvsMaximvs
  • 1,453
  • 1
  • 24
  • 34

1 Answers1

1

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

Dan Puzey
  • 33,626
  • 4
  • 73
  • 96