Is it possible to debug with vim through e.g. vimspector or :termdebug?

I just discovered that it is possible to debug with platoformio and I love such a 1-click concept! :smiley:
However, I have seen that it is possible with VSCode and I am wondering if it is also possible with Vim. AFAIK, there is vimspector which seems to act as a Debug Adapter Protocol (DAP) client, or the builtin :termdebug.

1 Like

I don’t think it has a native integration with that Vim plugin, but you can file a feature request in https://github.com/platformio/platformio-core/issues I think.

1 Like