There are two ways to debug jQuery:Debugger keywordAdd the debugger to the line from where we have to start debugging and then run Visual Studio in Debug mode with F5 function key.Insert a break point after attaching the process
Answers (0)