FunTester
May 19, 2020 · Backend Development
Master Java Debugging with Arthas tt: Capture, Replay, and Analyze Method Calls
This article explains how to use Arthas's tt (TimeTunnel) command to record method parameters, return values, timestamps, and execution details, compare it with the watch command, and replay recorded calls, accompanied by field definitions and a practical Java demo.
ArthasBackendDebugging
0 likes · 4 min read
