Where to find “Enable Debugging of Unmanaged Code” to be able to edit the code while the system is running?
问题 In an older version of Visual Studio (Like the one at home, guess 2013), I am able to edit my code while the system is running but I can't continue (and I don't want to continue). While step-ping through my code, I just want to start typing and once I finish editing then to recompile. The advantage is that while typing I can hoover my mouse and watch values/structures of the variables and edit according. It's a nice guide sometimes, like a reminder or notes. Why my Visual Studio 2015 prevents