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!