krasa / VisualVMLauncher

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7115
Apache License 2.0
107 stars 19 forks source link

IntelliJ 2023 #43

Closed madsvlad2 closed 11 months ago

madsvlad2 commented 1 year ago

Will there be an update for IntelliJ 2023?

krasa commented 1 year ago

Something not working?

madsvlad2 commented 1 year ago

The settings page comes up blank and then seems to cause problems with the other setting pages after that.

I manually entered settings in the config XML pointing the plugin to my VisualVM location. After doing that, it does launch VisualVM, but VisualVM is not able to perform any CPU or Memory sampling on the launched application.

I am currently running the community edition IntelliJ 2023.2.

Btw, your plugin has been very convenient and greatly appreciated.

krasa commented 1 year ago

The settings page comes up blank and then seems to cause problems with the other setting pages after that.

Strange, rebuild fixed it, you can update.

VisualVM is not able to perform any CPU or Memory sampling on the launched application.

That is a matter of used JRE to start VisualVM, it has to match or be compatible with your app's JRE.

madsvlad2 commented 1 year ago

It's working again. Thanks!