IDEA is using JRebel Debug, which is very confusing - intellij-idea

The program collects data about 3-5s when it gets the parameter values
But using idea's own debug startup is fast
My IDEA version is 2020.1, and my JREBEL version is 2020.2.2
I searched for the cause of the problem, and someone said jdk version 1.8 localhost, and I tried to fix it, but that's not the problem I had
If you have any experience to help me, please feel free to say thank you

Related

Intellij Idea Community Edition 2018.3.6 is behaving very slow

I ma using Intellij Idea Community Edition 2018.3.6 . Its behaving very slow suddenly. I tried updating the idea64.exe.vmoptions with the below values.
-Xms128m
-Xmx8192m
-XX:ReservedCodeCacheSize=240m
It didn't help.
I am using JRE1.8.0_152
Please suggest.
Please contact the support team with the CPU snapshot attached.
One of the known issues is the antivirus, but it mostly affects the startup. If it's slow during the regular work, it could be something else and only the CPU snapshot can help to identify the root case.
I can also suggest upgrading to the current version and see if it works better for you.

(Go) How can I use GDB debug on IntelliJ IDEA?

I'm developping golang porjects using IntelliJ IDEA 15.
In advance I installed GDB to debug on mac.
Then I want to debug golang projects using GDB on IntelliJ IDEA.
However, I could't find how I can do that.
If someone know, please give me a advise.
Thank you in advance.
As of today, no, you cannot. However the plugin comes with Delve integrated which makes the debugging experience better for Go apps (if you are on the supported platforms by delve). See the debugger link: https://github.com/derekparker/delve
Once GDB will properly support Go apps, things might change of course.

How to install Visual Paradigm on Netbeans?

I'm following the instructions here but it seems not to work. I'll contact the developer, but wonder if someone has been able to make it work somehow.
The installation process is completed, but Netbeans doesn't see the plug-in. I assume it is deployed incorrectly.
Not sure how it got fixed but suddenly upon starting the IDE an update for the plugin showed up and it started working afterwards.

intellij unresolved symbol for go lang project

I am using go sdk 1.2.1 linux/386 in intellij 14.0.3. However, when I open a golang project many function and variable are unresolved. I do not what is wrong with intellij. Anything that I can do to make the unresolved symbol solved. I have met the problems before. but I do not know to to solve it. Anyone have met the same problem before? Please help.
Thanks.
As I have no information about which plugin version you are using I'm going to assume that you have 0.9.15.3 release.
The fastest way to fix it would be to use one of the early releases for 1.0.0, available here: github releases page for go plugin for intellij idea
The plugin is currently under a major refactoring and we've started releasing preview builds for it. While the alpha name might be scary, I'm using it daily at work and it's very stable but not everything is up on par with the quality we want it to have.
If you have any further questions, either ask here or browse in the issue tracker
Also, there's a small community on Gitter and you may get answers from there as well.

Weblogic could not find class in WEB-INF->classes directory

I have a very weird problem.That my web project deployed to the Weblogic 10.0,Monday afternoon,and every thing works fine.But the next day morning, i checked the application, it reported could not find class that i write myself below the WEB-INF->classes directory.
I also use ant to build my project,But the same war file works on Weblogic10.3 and Tomcat5.5.So it may be the Weblogic 10.0's issue.But i also test it in another environment which have Weblogic 10.0, and it could not work too.
So could anyone can help with it ? I work a whole day yesterday to figure this out.
Even change the JDK to recompile the code and war file.
Please Help or leave something that helps, Thanks!
i finally figure the issue out. That cause the jdk version matters.
The annotation "#override" in jdk1.5 was not supported as in jdk1.6.
And the Weblogic10.0 still use the jdk1.5, so it matters.