Home  >  Article  >  Backend Development  >  How to solve the problem that vscode cannot debug python

How to solve the problem that vscode cannot debug python

小云云
小云云Original
2018-03-30 16:22:587495browse

This article mainly shares with you how to solve the problem that vscode cannot debug python. I hope it can help everyone.

vscode cannot debug python problem

  • Prompt debugging adapter error
    1. Ensure that the python debugging plug-in is installed and upgraded to the latest version.
    2. Check the Python version and upgrade to the latest version.
    3. Check the pip version of the python package management tool and upgrade to the latest version.

  • Try debugging again

Related recommendations:

How to use pdb to debug python in Linux environment

How to use Pdb library to debug Python and commonly used commands

Introduction to using PDB mode to debug Python programs

The above is the detailed content of How to solve the problem that vscode cannot debug python. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn