Show HN: Visualize your Python code execution in VSCode
With VizTracer VSCode extension, you can trace your Python code and view the report with a single click. While viewing your report, you can open the source code in VSCode by double clicking the function block.
By default, you'll write this debug code piece in your program and it will print to console. However, you can design your own callback so it can work whatever way you like.
Also I already implemented the pdb hook so this could work like breakpoint() in built-in library.