Description
C and C++ debugging can be integrated with editors that speak the Debug Adapter Protocol using the adapter from vscode-cpptools. It is useful for developers who want debugger support outside the full VS Code extension package.
Debug adapters can execute programs and inspect process memory. Use trusted project configurations and avoid debugging untrusted binaries without isolation.