In the past, in VS2005, I thought that to debug js with breakpoints, I had to use debug mode and set breakpoints in the corresponding js before debugging. Today I learned a trick. You can add the js command debugger before the js you want to debug;
That’s it. . . .