I'd like to know if there is a profiling tool that allows capturing a .NET application's run and at the same time capture it's run in a video format.
Afterwards, allowing to scroll through the run stepping through the exact code that was running that moment?
I'm testing a GUI application using automated code, and would like to know exact what code is being executed and compare with what i'm seeing on screen.
Are you aware of such a tool?