This has been driving me crazy. It just started a few weeks ago. I never had the problem before.
I'm trying to debug a simple issue in the Chrome debugger. My cshtml source file has a script tag embedded in it with a small script. I used the tag to make Chrome recognize the "source" file:
//# sourceURL=CustomerView.js
I am able set breakpoints and they show the correct line number in the debugger. But they never hit. I add a Debugger line in the script and the chrome debugger breaks but the line number in the call stack is WAY off. There's no way for me to view/walk through the source to debug.
Any insight into this would be very helpful.