Registry / other / cppdap

cppdap

JSON →
library1.58.0-avcpkgunverified

A C++11 library (SDK) implementation of the Debug Adapter Protocol, providing an API for implementing a DAP client or server.

vcpkg install cppdap
INSTALL
IMPORT
SIG · CPPDAP
C
cppdap
othercppv1.58.0-a
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cppdap/cppdap.h
#include <cppdap/cppdap.h>

Creates a DAP session

#include <cppdap/cppdap.h> #include <iostream> int main() { auto session = dap::Session::create(); std::cout << "DAP session created\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.58.0-alatest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

cppdap — pip install cppdap · libregistry