I've enabled Just My Code in Visual Studio 2013, but I'm facing issues with hitting breakpoints in my JavaScript code and not being able to step into external libraries like jQuery. Although I can use the debugger
keyword and disable script debugging in Internet Explorer to hit breakpoints. This new feature from MS seems promising, but it's frustrating that I can't utilize it with ASP.NET.
Any suggestions would be greatly appreciated.