Python Visualizer for VS CodeA lightweight, interactive execution /debugger for Python — built directly into VS Code. This extension brings a debugger‑style experience to Python scripts without breakpoints, without configuration, and without leaving your editor. This is designed for beginner-level Python as a simple time travel debugger intially inspired by Python Tutor. This was originally course project for COSI 166B at Brandeis as an extension to help simplify the new programmer experience in COSI 10a. The code is spun off from https://github.com/cMoOW/Cosi10a-CodingExtensions. Getting Started1. Open a Python fileOpen any 2. Start the visualizerPress the little green bug icon next to play button. This will open a panel with the debugger on the right. FeaturesRandomness controlsIf your script imports
Working With
|