is it possible to perform any changes in code remote debugging? (in Debug and Release as well)
Asked
Active
Viewed 186 times
1
-
in code remote debbuging – MirlvsMaximvs Dec 13 '13 at 11:44
1 Answers
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