Debugging with rr: Start at the End

Published on May 28th 2021Duration: 14:10Watch on YouTube

In this second video on the rr debugger I demonstrate the technique "Start at the End". The idea is instead of starting at the beginning of the program and single stepping forward, you start at the end of the program and single step in reverse instead. This technique is very useful for scenarios where you've encountered and error and want to backtrack to find the cause of the error.

Transcript

The following transcript was automatically generated by an algorithm.