Public Notes on
View Public Collections
OpenReplay is an open-source session replay stack that lets you see and debug what users do on your web app, helping you troubleshoot issues faster. #debugging #frontend #webdev #library #opensource #pub
Show More
PySnooper lets you do the same, except instead of carefully crafting the right print lines, you just add one decorator line to the function you're interested in. You'll get a play-by-play log of your function, including which lines ran and when, and exactly when local variables were changed. #python #debugging #pub
Show More