Do we have a way to find java object size using in IntelliJ community edition debugger?
With C/C++ we can use sizeof to find the size. Do we have something similar which I can run in IntelliJ community edition debugger.
I tried using getObjectSize in the variable window but couldn't use it.