Reputation: 754
I have been testing single version of Visual Studio 2015 (from the first CTP to CTP6), and while it's nice, the one thing that bugs me the most is that I am no longer able to edit C# code within views while debugging. I am able to copy paste code in, but once it's in, I can't delete it or change it unless I break all threads or stop debugging.
I've not found anything on Google or MSDN forums - hopefully someone here may know why.
Has this feature been disabled until the full release of VS2015, is it buggy, or is it related to my setup? I've tried running in safe mode, reinstalling, etc. I've tried it on numerous PCs, all with the same result.
Upvotes: 10
Views: 1765
Reputation: 754
This issue has been fixed in Visual Studio 2015 RC. Seems it was disabled (either on purpose or temporarily because it wasn't complete in the CTP)
Upvotes: 3