ERPNext vscode Debug

发布时间:2024年01月17日

{
// 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": [
{
"name": "Bench Runner",
"type": "python",
"request": "launch",
"python": "${workspaceFolder}/env/bin/python",
"program": "${workspaceFolder}/apps/frappe/frappe/utils/bench_helper.py",
"args": [
"frappe", "serve", "--port", "8000",
"--noreload", "--noreload",?? "--nothreading"
],
"cwd": "${workspaceFolder}/sites",
"env": {
"DEV_SERVER": "1"
}
}

]
}

文章来源:https://blog.csdn.net/jason156/article/details/135651480
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。