VisualVMLauncher icon indicating copy to clipboard operation
VisualVMLauncher copied to clipboard

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7115

Results 10 VisualVMLauncher issues
Sort by recently updated
recently updated
newest added

JDK 8. I assume this means the plugin uses the VisualVM bundled with JDK 8? Doesn't seem to be any way to select which VisoalVM instance. Latest intellij (2022.1.3)

The VisualVM icons are greyed out. I specified the executable (`/usr/lib/jvm/java-8-oracle/bin/jvisualvm`, that is on Ubuntu) but nothing happens. I can run the VisualVM from the terminal without problems. Any ideas...

Hello, I am having difficulties getting Intellij to launch VisualVM using the "Run with VisualVM [ProjectName]." I can see that it is some type of permission issue. However when I...

https://visualvm.github.io/relnotes.html https://twitter.com/visualvm/status/1418147462930382859 https://medium.com/graalvm/performance-and-memory-analysis-with-graalvm-and-visualvm-in-vs-code-432bf7763e7a

enhancement

The exception reported by IntelliJ is below. I don't know exactly what triggered it, but: * It happened after running a ScalaTest test suite several times using the Run With...

I'm trying to run the test on Intellij idea 2019.1.3 CE on mac. I can see VisualVM is starting but showing error "cannot open requested application": ``` $java -version java...

It would be great if I could just set "Profile CPU" or "Profile RAM" _before_ I launch the application / tests. Currently I have to do this manually and I...

Hi there, On the latest version of the IDE both Run and Debug launch options have the same description "Run" instead of "Run" and "Debug" I tried to uninstall the...

bug

Each time you click the "Run with VisualVM" button on the idea, the first time you cannot open the visualVM, the second time you can open it, but the error...

The start action texts both incorrectly displayed `Run ''`. This was due to `getStartActionText` not having been overridden in the executors. Fixed by overriding the appropriate methods and changed `DebugVisualVMExecutor`...