Site Tools


Sidebar

Wiki Sites

Personal
Tech
Entertainment

RPG

Admin Sites

tech:snippets:debug

This is an old revision of the document!


Fastapi Debug Nvim Dap

{

"version": "0.2.0",
"configurations": [
  {
    "name": "Python: FastAPI",
    "type": "python",
    "request": "launch",
    "program": "${workspaceFolder}/airemediaciones/main.py",
    "args": ["dev"],
    "console": "integratedTerminal",
    "env": {
      "PYTHONPATH": "${workspaceFolder}"
    }
  }
]

}

tech/snippets/debug.1741096029.txt.gz · Last modified: by soods