puremourning / vimspector

vimspector - A multi-language debugging system for Vim
http://puremourning.github.io/vimspector-web
Apache License 2.0
4.1k stars 173 forks source link

What about a platformio integration? #821

Closed ubaldot closed 9 months ago

ubaldot commented 9 months ago

My request may not make sense as I just discovered DAP, but yet I try. :p

I think it would be handy to have a debugger for embedded systems in Vim. I am using platformio and it seems that they already did lot of debugging config work for many boards.

I am wondering how and if vimspector can connect to the platformio debugging framework. The desired feature is that once you have selected a board and a probe, then with "1-click" you have the debugger ready to be used.

Would that make sense?

puremourning commented 9 months ago

If there is a conforming debug adapter for the platform then vimspector should work without changes.

I will not be adding anything unique or specific to vimspector for this niche case.