User283571144 posted
Hi jriosSO99,
As far as I know, if js file is at local and is accessed by file system not by http , and not imported by jquery : “$.getScript()”, then , the console shows js file name as "VMxxx" , that make it difficult to locate codes.
I suggest you could try the following solutions to solve this problem.
(1)If javascript code is invoked asynchronously, it cannot be found in the Sources directory. At this point, you just need to add a line of code(@ sourceURL=sv_popWin.js) to the JS you want to display.
(2)There is a {} icon at the bottom left of the debug < source > to prompt "pretty print", click, and chrome will open another file: formatted, which can be debugged. The reason is that chrome mistakenly considers the source file compressed,
so it can't debug breakpoints, just reformat it.
(3)Clear the cache or restart the browser.
Best Regards,
Brando