I am experiencing a strange issue where my JavaScript code is not showing in the sources window. When I include a debugger
statement in my JS and then reload the page, it successfully breaks and I can view the JavaScript code. However, the tab is labeled as [VM](62)
or another number instead of MyJavascriptFile.js
. I have attempted to reinstall Chrome, but the problem persists. This was not an issue before, so I am puzzled as to what could be causing this. It's frustrating to rely on debugger statements just to access my JavaScript code.