小白一个,之前已经搜了一下如何处理但是的话是这个问题不知道如何去解决,还请各位大神帮帮忙
可以在launch.json里面配置:
{
"name": "Python: Current File (Integrated Terminal)",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"gevent": true
}