Add debug configuration for CLI
This commit is contained in:
parent
318138887f
commit
bd519ebf35
1 changed files with 17 additions and 0 deletions
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
|
|
@ -24,6 +24,23 @@
|
|||
},
|
||||
"envFile": "${workspaceFolder}/.env"
|
||||
},
|
||||
{
|
||||
"name": "Debug CLI",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "langflow",
|
||||
"args": [
|
||||
"run",
|
||||
"--path",
|
||||
"${workspaceFolder}/src/backend/langflow/frontend"
|
||||
],
|
||||
"jinja": true,
|
||||
"justMyCode": false,
|
||||
"env": {
|
||||
"LANGFLOW_LOG_LEVEL": "debug"
|
||||
},
|
||||
"envFile": "${workspaceFolder}/.env"
|
||||
},
|
||||
{
|
||||
"name": "Python: Remote Attach",
|
||||
"type": "python",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue