python扩展中的调试程序不再支持低于3.9的python版本

1、vscode可以下载插件debugpy-old

2、使用launch.json进行调试

3、选择python file就可以正常调试了

你可能感兴趣的:(python)