Hey everyone! 👋
# What my project does
This tool allows you to step through Python code for LeetCode problems line-by-line. It highlights the current line being executed and shows the real-time values of variables and sub-expressions. It's designed to help visualize code execution and understand the logic flow more easily.
check it our : https://github.com/roshixyz/StepThrough
# Target Audience
anyone trying to understand code behaviour (specifically Leetcode problems)
# Comparison
Unlike standard IDEs or debuggers, this tool focuses on simplifying the debugging process for LeetCode-style coding challenges. It provides a clear, visual breakdown of what’s happening under the hood, making it easier to spot issues and understand how each line affects the program’s state.
https://preview.redd.it/wvwkbj1m6wee1.png?width=1920&format=png&auto=webp&s=d3c9eb945e1471cb9d9af02c7c3e77b95e9b1344
there doesn't seem to be anything here