How to access variable value in Java Project at runtime?
已回答
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.

请先登录再写评论。
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/