Navigate to and open up Application.js in VSCode. VSCode Breakpoint is the most important debugging technique in developer's toolbox. You set breakpoints wherever you want to pause debugger execution. This is helpful as you can inspect your javascripts that are currently loaded, as well as any node modules, etc.
For more information, visit the website.