I've been using the VS2015 Pre-RTM version for a bit which worked fine. It was installed on an alternative drive to my system drive.
I have since uninstalled it and installed the RTM version in the default location (C:\Program Files (x86)\etc.). Since then I am unable to do anything debugging related. I always get the message in the title when I try to attach to any running process, or something similar when I try to debug any project, even when I change the launch command to something I know exists. Ctrl+f5 also works fine, it's really the debugging part that is broken.
I've tried many things in order to fix this, but nothing has worked so far. I tried:
- Repairing the installation
- Reinstalling
- Run as admin
- Using /log and investigating the Activitylog.xml, which didn't feature anything useful
- Deleting all VS2015 related data in %LOCALAPPDATA%\Local\Microsoft\VisualStudio\14.0
- Deleting HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0 and 14.0_Config
- Tried analyzing with Procmon
- Diffing my procmon analysis with a working one, strangely enough some events with symbollocator.dll were missing from my run, but it seems to me that those events should be relevant from the moment after I successfully attached a debugger.
- Tried attaching a vs2012 debugger to vs2015 upon attaching a debugger, but nothing noteworthy came out of that.
I can't think of any more options to try and fix this problem, except for formatting my machine and reinstalling Visual Studio, but I really don't feel like doing that.
Is there any way to gather more verbose/debug output from visual studio? Or anything I can try in order to fix the issue?
It appears as if the debugger is broken somehow..
Thanks in advance for any help!