Possible to set a breakpoint for the code block of javascript like the screenshot below. How can we use them? VS always ignores.
Another scenario for the inability of the debugger to stop at the break point is if one uses bundling. To debug JavaScript files, we need to remove bundling.
I hope this will help someone.