1 Star 0 Fork 1

Mayuri/nvim

forked from 最低的境界/nvim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.vimspector.json 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
最低的境界 提交于 2021-01-15 14:01 . 增加调试
{
"adapters": {
"debugpy": {
"command": ["python", "-m", "debugpy.adapter"],
"name": "debugpy",
"configuration": {
"python": "python"
}
}
},
"configurations": {
"run - debugpy": {
"adapter": "debugpy",
"configuration": {
"request": "launch",
"type": "python",
"cwd": "${workspaceRoot}",
"program": "${file}",
"stopOnEntry": true,
"console": "integratedTerminal"
},
"breakpoints": {
"exception": {
"raised": "N",
"uncaught": ""
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/MayuriNFC/nvim.git
git@gitee.com:MayuriNFC/nvim.git
MayuriNFC
nvim
nvim
master

搜索帮助