this post was submitted on 14 Jun 2023
45 points (97.9% liked)
Programming
3347 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sure. It uses something called DAP and I use nvim-dap-ui for a VSCode like experience. I appreciate its annoying to find a good debugger for neovim. I use mine with python and it even plays nicely with venvs. Hope that helps!
https://github.com/mfussenegger/nvim-dap
https://github.com/rcarriga/nvim-dap-ui
Hey thanks for letting me know about this btw! I've been using it at work and it's great, I love it. I've been using it for my Python repo, but I still need to set up the
cortex-debug
stuff and whatnot for my MCU crap.I don't know about
cortex-debug
I'm afraid, but I'm glad the python stuff is working out 🙂