I've suddenly (within the last week or so) lost the ability to debug web API code in Visual Studio 2013 (Premium, update 3) on my Windows 8.1 development machine. I used to be able to put breakpoints in the c# code, start the debugger and then call the web api from javascript and the breakpoint would hit. Now, however, nothing happens in the debugger when I call the web api with a breakpoint set.
Is this a known issue? Is there a way to tell the debugger to go ahead and debug web-api calls? It's not even stopping in my httpModule when I call the web-api.
HELP!?