java

Ben Sless 2022-11-18T10:47:29.101869Z

Is there a way to get the values on the call stack, not just the methods trace?

2022-11-20T19:52:16.751239Z

Debuggers do this.

2022-11-20T19:52:27.976589Z

Which is based on some underlying JVM APIs

Ben Sless 2022-11-21T03:44:18.416149Z

So good luck to me learning the jvmdi? 😄