I am trying to set up a debugger for some JS files which I am editing on IntelliJ (2020.1.4). I followed the instructions here Debug with JetBrains Chrome extension, and I think I've completed all the steps as illustrated:
Right settings on Chrome Extension as with default IntelliJ port, and extension itself says it is connected to IntelliJ IDEA 2020.1.4
I have below breakpoint in my javascript file and I ran the application on debug mode.
But on my chrome console, I saw it going past my breakpoint as it print above log statement and on IDE I didn't observe any stops. Is there like a missing step I didn't do?