Resources
Accelerate defect diagnosis with Software Failure Replay
ON DEMAND WEBINAR
Reproducing a failed process to root cause can be hard - sometimes near impossible.
In the 1970s, the idea of reverse debugging as a potential solution to this problem was first discussed in academic papers, and a naive implementation of reversible debugging was added to the GNU “GDB” interactive debugger in 2009. These systems allow developers to debug a ‘recording’ (also known as a ‘trace’) of a program’s execution, stepping forwards and backwards. Full realization of this allows software engineers to rewind to any instruction in the program’s history, and examine any variable’s value (i.e., any register value and any memory location) for any instruction that executed.
Until recently, the high overheads and/or incompleteness of these systems meant they were impractical for recording anything but the simplest of “Hello world”-type programs. Fortunately, today’s hardware and software systems make it feasible to provide a complete recording of a program’s execution.
This on-demand webinar hosted by CISQ (the Consortium for Information & Software Quality) illustrates how Software Failure Replay offers unprecedented debugging capabilities. A must-watch!