What's the program being used to go through the machine code in the gif?
I'm not sure exactly what debugger is used, but gdb dashboard can be set up in a similar way.
It's just stepping through instructions and viewing the registers and some memory regions.
https://github.com/cyrus-and/gdb-dashboard
Though any debugger should be able to give the same information (including just plain gdb).