Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Error FixerNew to Visual Studio Code? Get it now.
Error Fixer

Error Fixer

Tacos AI

|
26 installs
| (1) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Error Fixer

Error Fixer helps you add breakpoints or print statements to your code when you encounter a runtime error in python. It suggests breakpoints or print statements that you can easily view and add.

Requirements

  • python 3.9+

Usage

  1. Open a Python file in VSCode.

  2. Run your code

    • by pressing Ctrl + F5
    • by selecting "Run Python File in Terminal" from the Command Palette (Ctrl + Shift + P)
    • by clicking on the "Run Python File in Terminal" button in the status bar.
    • by typing a command into the terminal
  3. If an error occurs, Error Fixer will automatically open a window with an option to add print statements or breakpoints.

  4. Click on "Add Print Statements" to see suggestions of print statements to add.

  5. You can edit the suggestions if needed.

  6. Click "Accept All" to incorporate the suggested changes.

  7. Alternatively, click on "Add Breakpoints".

  8. A list of breakpoint lines is shown below in the same window. You can click on a line number to see the code there.

  9. Once you've selected all the lines to add breakpoints to, click on "Accept All" to add breakpoints to these lines.

Troubleshooting

Nothing happens when I click on "Add Print Statements" or "Add Breakpoints"

Sometimes it can take several seconds for suggestions to appear.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft