python-execution-trace icon indicating copy to clipboard operation
python-execution-trace copied to clipboard

Trace the local context of a Python function's execution with just a decorator.

Results 4 python-execution-trace issues
Sort by recently updated
recently updated
newest added

I just wanted to share some related projects with you that I thought you'd find interesting. I've written two debuggers which are also used by decorating functions: - https://github.com/alexmojaki/birdseye -...

Allow the record decorator to be used on fns that are called from multiple threads. This basically means that we should take into account the thread id when recording a...

Current one works, but it is just the MVP-show-things-off version. Would be nice to have an actual UI.