Don't debug now - debug later

By Claes Jakobsson (‎claes‎) from Stockholm.pm
Date: Sunday, 14 October 2012 15:15
Duration: 20 minutes
Target audience: Any
Language: English


Don't you hate it when you encounter a bug in production and you can't see what has been going on up until it happened?

Runops::Recorder is a alternate runloop for perl that writes down what your program does to disk for playback later. As of this moment it mostly records COPs, entersub and dies but eventually (hopefully?) it'll record variable state changes and other meaningful information.The intent is to be lightweight enough for it to be enabled in production at most times.

It also comes with a viewer and some helper classes for you to write your own playback tools such as diffs etc.