Welcome to Python Super Debugger Mode, a Visual Studio Code extension designed to enhance your Python debugging experience. This extension provides advanced features for debugging Python code, making it easier to track variable changes, understand code flow, and quickly identify issues.
To start using the extension:
- Add Print Statements: Place your cursor in a Python file and use the command "Add Print Statements to current script" to automatically insert print statements.
- Remove Print Statements: Clean up your code by using the command "Remove Print Statements" to remove all inserted print statements.
- Automatic Print Statement Insertion: Effortlessly add print statements to your Python code to track variable values and function calls.
- Smart Debugging: Advanced debugging features tailored specifically for Python.
- Code Flow Analysis: Understand how your Python code executes, making it easier to spot logical errors and unexpected behavior.
You can install the Python Super Debugger Mode extension directly from the Visual Studio Code Marketplace:
- Open Visual Studio Code.
- Navigate to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for "Python Super Debugger Mode".
- Click on the Install button.
Contributions to Python Super Debugger Mode are welcome! Whether it's bug reports, feature requests, or code contributions, your input is valuable. Please feel free to open an issue or submit a pull request on our GitHub repository.
Python Super Debugger Mode is developed by Siddharth Verma, dedicated to improving Python development in VS Code.
This extension is released under the MIT License.
Happy Coding!

