Breakpoint error messages in JavaScript area
I made a breakpoint in <script></script> line and above error message appears when I put mouse cursor on the breakpoint.
Currently I'm using Chrome and I already uninstalled Firefox, but the message '~in Firefox' keep showing.(However debugging works well anyway)
How can I remove this annoying message? I'm using IntelliJ IDEA ultimate.
Please sign in to leave a comment.
Very strange... What IDEA version do you work with? What does your .html file look like? Please attach screenshot of the file with error plus your idea.log (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)
I'm using 2018.1 version.
My .html file is simple:
In this code, I made a breakpoint in 9th line(var num = 20;) and above error message appears.
p.s. I can't capture screenshot. It looks like the IDE blocks it.
IDE definitely doesn't block screenshots capturing. You were able to create a screenshot of the error, weren't you?
Your code looks normal, and I don't have issues creating breakpoints in similar code
Please try capturing a screenshot and provide it along with idea.log
I attached screenshot. How can I attach idea.log? I can't upload non-image files.
Please upload it to some file server and provide a link here
BTW, is the issue specific to certain project? Please create a new project using New | Project... | Static Web | Static Web, add .html file to it - does the issue persist?
https://drive.google.com/file/d/1kxOJhs6SJWBruegB5KiqpcAYTZU0n7pw/view?usp=sharing
Yes. It occurs also in new project.
What project is it? Go, Python? Can you share a project that can be used to recreate the issue plus your settings (File | Export Settings)?
https://drive.google.com/file/d/1T5fDknyEBGcvZYS99mZlHFTJRx5Mq7Ei/view?usp=sharing
(This is my settings.jar file)
I tested in new HTML file of Static Web project. Source code is same with my first answer.
No luck even with your settings (tried with a new Static Web project)
I suspect that your .html files are actually assigned to a different file type (Go/Python template, etc.)
Is the static web the only project you have open?
Please provide your settings folder (~\.IntelliJIdea2018.1\config ) + a test project
https://drive.google.com/file/d/1qfmxurBxWWyyxtcB2OCp7-FsWyqoYdBZ/view?usp=sharing
(config + test project)
| Is the static web the only project you have open?
No, I'm using Go, Python, Java and PHP projects.
Thanks, recreated. The issue is caused by Python plugin. Logged as https://youtrack.jetbrains.com/issue/PY-29609, please follow it for updates
Thanks for creating issue.