Difference between revisions of "Chronon - Time Travelling Debugger"

From JVMLangSummit
Jump to navigationJump to search
Line 1: Line 1:
 
;Speaker: Prashant Deva
 
;Speaker: Prashant Deva
;Slides: [[Media:Chronon - JVMSummit.pdf]]
+
;Project: http://www.chrononsystems.com/
 +
;Resources: [[Media:Chronon - JVMSummit.pdf | Slides]] and [http://medianetwork.oracle.com/media/show/15525?n=playlist&nid=1 Video]
  
 
===Abstract===
 
===Abstract===

Revision as of 17:31, 27 August 2010

Speaker
Prashant Deva
Project
http://www.chrononsystems.com/
Resources
Slides and Video

Abstract

Chronon is a flight data recorder for Java programs. It literally records every method call, assignment, exception, and every other meaningful line of code on the fly. All with minimal performance impact. This essentially means the end of non-reproducible bugs. A bug report is now a single recording file that tells you everything that happened while recording.

We have a very slick 'time traveling debugger' (an Eclipse plug-in) that feeds off the recordings. Among things like stepping both forward and backward in time, it can also show you the history of changes to every variable, every method call, and so on. If you click on a line of output, it will take you back to the moment in time / line of code where that output was generated. Chronon can also turn recording on/off dynamically in a running JVM.