Can included JavaScript be debugged?
I have dynamically generated pages on my website that have minified JavaScript files included in them. When an action is taken on the page, I'm wanting to then debug the code inside of the included JS file.
Is it possible to debug minified JS included on a dynamically generated web page?
If not, what is the best approach for me to take?
Please sign in to leave a comment.
Not sure I've got what you are talking about... Once the breakpoint in your page is hit, you can step into the included .js files - what's the problem? Or, would you like to put breakpoints into .js files referenced via CDN links? If so, you can do this when debugging - these 'external' files will be available in the Scripts tab of the debugger window, so that you can open them and set breakpoints