Get objects involved in Java stacktrace

前端 未结 3 1877
感情败类
感情败类 2021-01-05 14:03

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

3条回答
  •  我在风中等你
    2021-01-05 14:52

    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: enter image description here

提交回复
热议问题