How to access variable value in Java Project at runtime?
Answered
I wanted to write a plugin, which read the value of specific variables at runtime (Java Project).
It seems where was some solution through DebuggerManager, DebugProcess etc, which mentioned here.
But it seems above classes has been removed from latest SDK (2020.3) any other way to do this.

Please sign in to leave a comment.
These classes are specific to Java Debugger implementation, thus you must add dependency on Java plugin https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/