summaryrefslogtreecommitdiffstats
path: root/editor/debugger/debug_adapter/debug_adapter_protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Support REPL expressions through DAP `evaluate` requestRicardo Subtil2024-10-031-0/+34
* Support object inspection through DAP `variables` requestRicardo Subtil2024-10-031-1/+165
* Add expression evaluater to debugger (REPL)kobewi2024-10-011-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+22
* DAP: Fix typo in parsing of PackedVector3ArrayRémi Verschelde2024-05-021-1/+1
* Add output type to DAP `output` eventsRicardo Subtil2024-03-141-4/+4
* Prevent race condition on initial breakpoints from DAPRicardo Subtil2023-11-141-1/+4
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-3/+3
* Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* Poll LSP/DAP clients for connection status updatesRicardo Subtil2023-04-091-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use `JSON::stringify` where possibleMicky2022-10-111-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Rename Basis "elements" to "rows"Aaron Franke2022-04-291-6/+6
* Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-6/+6
* Fix type name typo in Debug Adapter ProtocolAaron Franke2022-04-241-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-8/+33
* Implemented advanced features of DAPEv1lbl0w2021-08-311-14/+527
* Implemented initial DAP supportEv1lbl0w2021-08-021-0/+497