https://github.com/nickelpro/vito-dap
C++20 DAP Serialization
https://github.com/nickelpro/vito-dap
cpp cpp20 debug-adapter-protocol json serialization
Last synced: about 1 year ago
JSON representation
C++20 DAP Serialization
- Host: GitHub
- URL: https://github.com/nickelpro/vito-dap
- Owner: nickelpro
- License: cc0-1.0
- Created: 2022-04-22T08:56:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T04:12:05.000Z (over 2 years ago)
- Last Synced: 2025-01-20T18:14:20.234Z (about 1 year ago)
- Topics: cpp, cpp20, debug-adapter-protocol, json, serialization
- Language: C++
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: License
Awesome Lists containing this project
README
# vito-dap
A dumb repo for implementing the Debug Adaptor Protocol in C++ because Google's
version does too many things and I don't understand it.
This is what you expect it to be, it's a collection of types and nhlomann-json
overrides for converting those types to/from json. That's it, that's the
library.