summaryrefslogtreecommitdiffstats
path: root/editor/debugger/debug_adapter/debug_adapter_protocol.h
Commit message (Expand)AuthorAgeFilesLines
* Support object inspection through DAP `variables` requestRicardo Subtil2024-10-031-3/+13
* Add output type to DAP `output` eventsRicardo Subtil2024-03-141-2/+2
* Prevent race condition on initial breakpoints from DAPRicardo Subtil2023-11-141-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-3/+3
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Implemented advanced features of DAPEv1lbl0w2021-08-311-1/+16
* Implemented initial DAP supportEv1lbl0w2021-08-021-0/+140