After opening the web page in the google chrome browser, go to the source tab by pressing F12 or Ctrl + Shift + I button. Now set the breakpoint in the file.
Refresh the page, and a debugger will open. Use the debugger as you use the Visual Studio code debugger.
Post a Comment