我想使用SSH通过VS Code Insiders在Raspberry Pi上远程调试Python脚本。 到目前为止,我可以连接到Pi并查看Pi的文件夹和文件内容。
现在,当我想开始调试脚本时,什么也没发生。我假设调试配置中存在问题,因为/home/pi/.vscode/launch.json文件为空。谁能帮我该文件的内容是什么?我还重新安装了Python,但没有帮助。
这是launch.json文件:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": []
}
预先感谢 胡椒
VS Code Insiders版本:1.45.0 Python版本:2020.3.71659