🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Python Debugger - Visual Studio Marketplace
Extension for Visual Studio Code - Python Debugger extension using debugpy.
🌐
Visual Studio Code
code.visualstudio.com › docs › python › debugging
Python debugging in VS Code
November 3, 2021 - The Python extension supports debugging through the Python Debugger extension for several types of Python applications. For a short walkthrough of basic debugging, see Tutorial - Configure and run the debugger. Also see the Flask tutorial.
Discussions

What extension do I need for Python debugging?
https://code.visualstudio.com/docs/languages/python More on reddit.com
🌐 r/vscode
2
0
February 14, 2025
gdb - Python extension debugging - Stack Overflow
I'm trying to debug an extension module for python that I wrote in C. I compiled it using the following: python setup.py build -g install --user I then debug with: gdb python ... b py_node_make run More on stackoverflow.com
🌐 stackoverflow.com
Install previous versions of the Python Debugger extension in VSCode.
To replicate: Go to VSCode Extensions Click "Install other version" Only available one is the current 2024 release, no other way to go to previous versions Currently on Ubuntu, but I was ... More on github.com
🌐 github.com
6
February 5, 2024
VS Code Debugger not working for python
If it didn;t work for you, make sure your configurations looks like this one: https://code.visualstudio.com/docs/python/debugging#_additional-configurations. This was my problem. ... Hello from October 2022. The extension versions are changing, but the bug persists (I use python 3.6.9). More on learn.microsoft.com
🌐 learn.microsoft.com
7
3
🌐
Python
docs.python.org › 3 › library › pdb.html
pdb — The Python Debugger
Source code: Lib/pdb.py The module pdb defines an interactive source code debugger for Python programs. It supports setting (conditional) breakpoints and single stepping at the source line level, i...
🌐
Python documentation
docs.python.org › 3 › howto › gdb_helpers.html
Debugging C API extensions and CPython Internals with GDB — Python 3.14.3 documentation
This document explains how the Python GDB extension, python-gdb.py, can be used with the GDB debugger to debug CPython extensions and the CPython interpreter itself. When debugging low-level proble...
🌐
GitHub
github.com › microsoft › vscode-python-debugger
GitHub - microsoft/vscode-python-debugger: Python debugger (debugpy) extension for VS Code. · GitHub
A Visual Studio Code extension that supports Python debugging with debugpy. Python Debugger provides a seamless debugging experience by allowing you to set breakpoints, step through code, inspect variables, and perform other essential debugging ...
Starred by 163 users
Forked by 95 users
Languages   TypeScript 97.8% | Python 1.9%
🌐
Python
wiki.python.org › moin › PythonDebuggingTools
PythonDebuggingTools - Python Wiki
For current information, please visit python.org. If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list. Add your useful tools here -- editors, debuggers and other utils that really help with the process.:
🌐
Reddit
reddit.com › r/vscode › what extension do i need for python debugging?
r/vscode on Reddit: What extension do I need for Python debugging?
February 14, 2025 -

So I just sent up my first venv and got my libraries installed. I was going to run some good. But after hitting "run", it told me: "You don't have an extension for debugging Properties. Should we find a Properties extension in the Marketplace?" I agree to that, and the it leads me to three extensions in the marketplace: 1) CSS Custom Properties; 2) Logical Properties; 3) Java.

Not being able to really discriminate here, I installed all of them. And yet, none appear to work. I get that same error message when I try to run the code. I can't seem to get past this point. Any suggestions or idea about the "extension for debugging?"

Thanks!

Find elsewhere
🌐
GitHub
github.com › microsoft › vscode-python-debugger › issues › 193
Install previous versions of the Python Debugger extension in VSCode. · Issue #193 · microsoft/vscode-python-debugger
February 5, 2024 - Install previous versions of the Python Debugger extension in VSCode.#193 · Copy link · Assignees · Labels · triage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team · JanieHuang · opened · on Feb 5, 2024 · Issue body actions ·
Author   JanieHuang
🌐
JetBrains
jetbrains.com › help › clion › debugging-python-extensions.html
Debug Python extensions | CLion Documentation
In order to debug the C/C++ code of an extension, you need to use the native debugger, GDB or LLDB, and debug the interpreter process that loads your script and runs the application.
🌐
GitHub
github.com › microsoft › vscode-python
GitHub - microsoft/vscode-python: Python extension for Visual Studio Code · GitHub
Learn more about the rich features of the Python extension: IntelliSense: Edit your code with auto-completion, code navigation, syntax checking and more. Linting: Get additional code analysis with Pylint, Flake8 and more. Code formatting: Format your code with black, autopep or yapf. Debugging: Debug your Python scripts, web apps, remote or multi-threaded processes.
Starred by 4.6K users
Forked by 1.3K users
Languages   TypeScript 90.3% | Python 8.7% | JavaScript 0.8% | Jupyter Notebook 0.2% | Shell 0.0% | Dockerfile 0.0%
🌐
Readthedocs
pythonextensionpatterns.readthedocs.io › en › latest › debugging › debug_in_ide.html
20.7. Debuging Python C Extensions in an IDE — Python Extension Patterns 0.3.0 documentation
The basic idea is to compile/link your C extension in your IDE and get main() to call a function int import_call_execute(int argc, const char *argv[]) that embeds the Python interpreter which then imports a Python module, say a unit test, that exercises your C extension code.
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Python Debugger (PyDev) - Visual Studio Marketplace
Extension for Visual Studio Code - Python Debugger with the PyDev Debugger (pydevd)
🌐
Visual Studio Code
code.visualstudio.com › docs › languages › python
Python in Visual Studio Code
November 3, 2021 - VS Code comes with great debugging support for Python via the Python Debugger extension, allowing you to set breakpoints, inspect variables, and use the debug console for an in-depth look at how your program is executing step by step.
🌐
GitHub
github.com › microsoft › vscode-python › discussions › 22838
Error in Python Debugger (debugpy) in VSCode · microsoft/vscode-python · Discussion #22838
A few minutes ago, I installed the extension with v2024.0.0 and tried to debug the python file. But I counted the 2 cases of error. 1. "type": "python" in launch.json It evoked the problem: 'This configuration will be deprecated soon. Please replace python with debugpy to use the new Python Debugger extension'.
Author   microsoft
🌐
Visual Studio Code
code.visualstudio.com › docs › python › python-tutorial
Getting Started with Python in VS Code
November 3, 2021 - Debugging support is provided by the Python Debugger extension, which is automatically installed with the Python extension. To ensure it has been installed correctly, open the Extensions view (⇧⌘X (Windows, Linux Ctrl+Shift+X)) and search for @installed python debugger.
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Python - Visual Studio Marketplace
Extension for Visual Studio Code - Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.