I can retreive the current stacktrace using Thread.currentThread().getStackTrace() but this gives me only the classes involved in the call. Is it possible to re
Thread.currentThread().getStackTrace()
You may try housemd. It's developed by an engineer@alibaba and safe to be used even in a production environment, e.g. taobao.com.
Its feature include:
Display object field value Output invocation stack trace
Following is an example screenshot: