Automated Exception Handling

前端 未结 4 1666
無奈伤痛
無奈伤痛 2021-02-03 12:44

I was wondering if something exists (in Java world) able to take an snapshot of the JVM current state with the following features:

  • Do it while an exception is bein
4条回答
  •  佛祖请我去吃肉
    2021-02-03 13:39

    Not sure if this is viable in a production environment, but there's the Omniscient debugger:

    What if your debugger could go "go backwards in time?" Would that make debugging easier? By simply recording all variable assignments, it is possible to do essentially this. This is the underlying idea for omniscient debugging. The amazing part is that significantly large programs can be debugged in this fashion -- Ant, JUnit, the debugger itself.

    http://www.lambdacs.com/debugger/

提交回复
热议问题