If you’ve used MicroPython much, you know that debugging usually amounts to printing a few things out, trying your code out, ...
A Python debugging library for detailed code execution tracing. This library provides utilities for tracing Python code execution with detailed information about variables, function calls, and ...