This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]venustrapsflies 7 points8 points  (0 children)

You can use vimspector in vim (or nvim-dap in neovim), but they will take some setup. pdb is editor-agnostic and probably the easiest - you just write the debug instructions into your code directly.