Okay, this is, really, really important to me. I am writing JavaScript code with Golang and PHP. When I use a template, how do I debug/use developer tools for the JavaScript code that has the template in it too? Not being able to do this has slowed me down. Thanks, Joshua
I'm using Visual Code, I couldn't. Once there was an error on the page and then the code was available, that's it!
I have found this out by trial and error, I thought I would contribute to anyone having the same problem. Using debug mode with the browser (f12) will work when there is a template above the function only if Developer tools are opened (f12) and the word, "debugger;" is on the line to start at with the browser. This is needed because the page does not show up using the source tab.