I've been attempting to set up a debugger for some JavaScript files that I'm working on in IntelliJ (version 2020.1.4). Following the guidelines provided here Debug with JetBrains Chrome extension, I believe I have successfully completed all the necessary steps:
https://i.sstatic.net/jNO4K.png
The settings on the Chrome Extension match default IntelliJ port, and the extension itself confirms the connection to IntelliJ IDEA 2020.1.4
https://i.sstatic.net/CMYdn.png
I have set a breakpoint in my JavaScript file and launched the application in debug https://i.sstatic.net/rOPxh.png mode.
https://i.sstatic.net/xM8bX.png
However, while monitoring the chrome console, I noticed that it surpassed my breakpoint as it displayed the log statement above, and there were no stops observed on the IDE. Could I have missed a step somewhere?