Breakpoints don't work in VS Code

I’ve read this and this article about debugging, but my breakpoints in Visual Studio Code don’t work because they are “unbound.” I’ve spent hours searching the internet and trying different configurations in launch.json, but I haven’t found a solution. What’s the correct method for debugging Javascript in my full-page app so that my breakpoints work?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.