VS Code Python 2022.10.x extension causes the debugger to not work

Aaron Reed 1 Reputation point
2022-07-18T20:01:50.953+00:00

VS Code Python 2022.10.0 (or 2022.10.1) extension causes the debugger to not work

OS: MacOS - latest version

Python version being used: 3.6.8

Issue:

  • Press F5 = Debugger tools UI/buttons pop-up and then quickly close/disappear.
  • Repeating the process yields the same result.
  • Python application does not run.

Solution:

  • Install specific version: Python 2022.8.1 extension
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
967 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 27,891 Reputation points Microsoft Vendor
    2022-07-19T05:06:57.9+00:00

    Hi @Aaron Reed ,

    The tag “vs-debugging” is related to Visual Studio. Your issue is related to Python extension for Visual Studio Code, we suggest you report it here: https://github.com/microsoft/vscode-python/issues. You can get professional support for this product.

    Thanks for your understanding.

    Sincerely,
    Anna
    *
    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments