Visual Studio Javascript BreakPoint not getting hit, why?

前端 未结 5 1240
终归单人心
终归单人心 2021-02-15 13:05

Possible to set a breakpoint for the code block of javascript like the screenshot below. How can we use them? VS always ignores.

5条回答
  •  你的背包
    2021-02-15 14:09

    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.

提交回复
热议问题