summaryrefslogtreecommitdiffstats
path: root/editor/debugger/debug_adapter/debug_adapter_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+3
* Merge pull request #89475 from rsubtil/feature-add_message_type_to_dapRémi Verschelde2024-03-141-2/+2
|\
| * Add output type to DAP `output` eventsRicardo Subtil2024-03-141-2/+2
* | Add missing `variablesReference` field to DAP `evaluate` requestRicardo Subtil2024-03-031-0/+1
|/
* Prevent race condition on initial breakpoints from DAPRicardo Subtil2023-11-141-2/+19
* Merge pull request #75836 from rsubtil/bugfix-dap_windows_pathFabio Alessandrelli2023-06-191-0/+6
|\
| * Fix DAP path mismatch on WindowsRicardo Subtil2023-04-081-0/+6
* | Extract editor run toolbar into its own componentYuri Sizov2023-04-191-9/+8
|/
* Move remote debug buttons to a single menu.bruvzg2023-01-141-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Split up editor export code into multiple filesAaron Franke2022-07-261-0/+1
* Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix various typosluz paz2022-01-021-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Implemented advanced features of DAPEv1lbl0w2021-08-311-9/+194
* Implemented initial DAP supportEv1lbl0w2021-08-021-0/+425