0
votes

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:

enter image description here

Right settings on Chrome Extension as with default IntelliJ port, and extension itself says it is connected to IntelliJ IDEA 2020.1.4

enter image description here

I have below breakpoint in my javascript file and I ran the application on debug enter image description heremode.

enter image description here

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?

1
is it TypeScript or Javascript project? what run configuration do you use? Please record a screencast that shows your steps. Note that Chrome extension is not currently required for debugging/Live Edit. It doesn't work reliably in most recent Chrome versions (youtrack.jetbrains.com/issue/WEB-37230), and we recommend turning it off in Settings | Build, Execution, Deployment | Debugger | Live Edit, Use JetBrains IDE Support extension for debugging and Live Editlena
vuejs it think theres libraries with typescript. like vuex夢のの夢

1 Answers

0
votes

Turns out I need to click on "Inspect on IDEA"