|
|
Jink is an interactive tool for visualization of the execution of java objects, the goal is the comprehension of the dynamic behavior of a concurrent program, for the sake to correct them, the user can interact with the object by methods call, starts new threads view the interleaving of methods invocation, and can inspect object fields.
|