summaryrefslogtreecommitdiffstats
path: root/editor/debugger/debug_adapter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-277-14/+14
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-117-0/+14
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Bump DAP requests timeout to 5 secondsRicardo Subtil2024-10-032-3/+1
* Support REPL expressions through DAP `evaluate` requestRicardo Subtil2024-10-033-7/+61
* Support object inspection through DAP `variables` requestRicardo Subtil2024-10-033-10/+192
* Add expression evaluater to debugger (REPL)kobewi2024-10-011-1/+1
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
* Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...Rémi Verschelde2024-05-311-13/+13
* [DAP] Add --dap-port as a command line argument, very similar to --lsp-portIvan Shakhov2024-05-302-3/+6
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-081-1/+1
|\
| * Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
|/
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-3/+4
* 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
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* Merge pull request #89475 from rsubtil/feature-add_message_type_to_dapRémi Verschelde2024-03-144-9/+10
|\
| * Add output type to DAP `output` eventsRicardo Subtil2024-03-144-9/+10
* | Add missing `variablesReference` field to DAP `evaluate` requestRicardo Subtil2024-03-031-0/+1
|/
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+4
* Prevent race condition on initial breakpoints from DAPRicardo Subtil2023-11-144-3/+28
* Merge pull request #75836 from rsubtil/bugfix-dap_windows_pathFabio Alessandrelli2023-06-192-0/+12
|\
| * Fix DAP path mismatch on WindowsRicardo Subtil2023-04-082-0/+12
* | Extract editor run toolbar into its own componentYuri Sizov2023-04-192-12/+11
* | Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* | Poll LSP/DAP clients for connection status updatesRicardo Subtil2023-04-091-0/+1
|/
* Move remote debug buttons to a single menu.bruvzg2023-01-141-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-057-203/+203
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* Use `JSON::stringify` where possibleMicky2022-10-111-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-072-10/+10
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-312-0/+2
* Split up editor export code into multiple filesAaron Franke2022-07-261-0/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-254-4/+4
* Clean up Hash Functionsreduz2022-06-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-164-15/+18
* Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-12/+12
|\
| * Rename Basis "elements" to "rows"Aaron Franke2022-04-291-6/+6
| * Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-6/+6
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-3/+3
|/
* Fix type name typo in Debug Adapter ProtocolAaron Franke2022-04-241-4/+4
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-4/+7
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1