This document provides an overview of Chronon, a commercial Eclipse plugin that allows debugging of Java programs by creating recordings of program executions. It can record variables, method calls, exceptions, console output, and threads during a program run. The recording is stored efficiently on disk. Chronon then allows debugging the recording by stepping through time or viewing variable histories. It is compared to an academic back-in-time debugger that modifies the VM. Performance tests on open source projects show overhead of around 2-3x for recording. Limitations include inability to inspect external libraries and lack of automated slicing. Advantages include helping narrow down defects by searching through space and time of a recording.