microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
271 stars 77 forks source link

Question: Debug adapter protocol in C++ #229

Closed kesongyue closed 4 years ago

kesongyue commented 4 years ago

I just download the cpptools in vscode extension marketplace, and I find the cpptools is just an extension , which can debug c++ file but does not support the DAP , right?

weinand commented 4 years ago

No, cpptools contain an implementation of the Debug Adapter Protocol (but it is written in C# and not JS/TS).