Debugging using Python decorators!

I’ve made a simple python decorator that prints the value returned of any function (mind blowing I know, but I’m relatively new to python)
Here’s the app
https://anvil.works/build#clone:PHYOZ663N2LZTCQ5=UF5XI665OUI3G4MW6CM72ADF

And a sample of it working:

I think the real value of this is you won’t accidentally mess up any code in the function you want to debug when adding or removing the print statement

10 Likes