Possible to set a breakpoint for the code block of javascript like the screenshot below. How can we use them? VS always ignores.
Yes you can put the break-point on client side page in Visual studio
First Put the debugger in java-script code and run the page in browser
debugger
After that open your page in browser and view the inspect element you see the following view