Configuring nvim-dap for FastAPI Debugging (Kickstart.nvim Setup) #1528
Unanswered
X404-ch1nVR46
asked this question in
Q&A
Replies: 1 comment
-
Have you tried https://github.com/mfussenegger/nvim-dap-python ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm currently trying to configure Neovim to debug a FastAPI application using nvim-dap. I’ve set up my Neovim environment using kickstart.nvim, and I'm fairly new to Lua and Neovim plugin configuration.
The problem I'm facing is that breakpoints are not being hit — the application just runs as usual without stopping at any of them. I've looked for tutorials or examples specifically around using nvim-dap with FastAPI, but haven’t found anything that helps.
If anyone has a working nvim-dap Lua configuration for Python (especially with FastAPI), or any tips on how to get breakpoints working, I’d really appreciate it if you could share.
Beta Was this translation helpful? Give feedback.
All reactions