September 2024 | Unlock the power of Undo 🔵
Find the last time a variable was changed using Undo's 'last' command
In Undo (our time travel debugger), you will find the last command that, when used, jumps to the last time in execution history when the value of a variable or expression was modified.
Some people go as far as to call it "the last command you'll ever need". But that's a bit too cheesy for us. 🧀
🚀 New release: Undo Suite 8.0
Major improvements include:
🧑🏻💻 Use Undo to learn a complex codebase
Our newest software engineer, Alasdair Mostyn, needed to quickly get up-to speed with Undo's complex codebase written in C.
In this post, he explains how he got to understand the code flow quickly using Undo.
CTO at Undo
1moThe last command = a "git blame" for your variables 👍