Reputation: 1619
I want to enable edit and continue to be able to edit code while debugging. My visual studio 2015 ultimate does not have the setting in Options>Debugging. I saw some pages talking about disabling Intellitrace but that option is also not present. Why is that?
I use VS for unity3d and unityvs plugin is enabled.
Upvotes: 0
Views: 126
Reputation: 2368
The Enable Edit and Continue option is at the bottom of Debugging > General:
Upvotes: 1