1 रिपॉजिटरी
Debugging tools that allow inspecting code execution state one step at a time.
Distinct from Python Code Completers: Distinct from Python Code Completers: focuses on runtime state inspection rather than static code completion.
Explore 1 awesome GitHub repository matching development tools & productivity · Step-by-Step Debuggers. Refine with filters or upvote what's useful.
Thonny is an educational integrated development environment designed for beginners learning Python programming. It serves as both a Python IDE and a microcontroller firmware editor, providing a simplified user interface for writing, testing, and debugging code. The environment focuses on Python programming education through graphical code debugging. It utilizes visual tools to illustrate program execution flow and variable states, allowing users to step through code to understand how logic and data change during runtime. The tool also supports microcontroller firmware development, enabling t
Includes a debugger that allows students to step through code execution one line at a time.