summaryrefslogtreecommitdiffstats
path: root/editor/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #82868 from SaracenOne/multi_session_debugger_fixesRémi Verschelde2023-10-162-6/+62
|\
| * Fix debugger behaviour with multi-session debugging:Saracen2023-10-062-6/+62
* | Fix right-click menu position for the debugger breakpoint tree.Saracen2023-10-061-1/+1
|/
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-8/+8
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-153-6/+6
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-6/+6
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-062-0/+2
* Add EditorStringNames singletonkobewi2023-09-036-72/+77
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-3/+3
* Avoid retrieving the object ID of a Nil variableChia-Hsiang Cheng2023-08-041-1/+1
* Merge pull request #79280 from raulsntos/dotnet/better-push-errorRémi Verschelde2023-08-031-3/+9
|\
| * C#: Improve `GD.PushError` and `GD.PushWarning`Raul Santos2023-07-111-3/+9
* | Support threads in the script debuggerJuan Linietsky2023-07-263-77/+169
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-144-0/+6
|/
* Merge pull request #75200 from Calinou/debugger-editor-settings-add-property-...Rémi Verschelde2023-06-192-5/+3
|\
| * Add property hints for debugger/profiler editor settingsHugo Locurcio2023-03-222-5/+3
* | 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
* | | i18n: Sync translations with Weblate (now tracking 4.1 strings)Rémi Verschelde2023-06-121-2/+2
* | | Changed error tree initialization to allow reselectionsamar-012023-06-101-0/+1
* | | Fix profilers' GUI treesVolTer2023-06-032-6/+6
* | | Rename the Debugger's stack debug section to Stack TraceAaron Franke2023-05-111-1/+1
* | | Improve editor state persistenceHendrik Brucker2023-05-112-0/+10
* | | CI: Use gh-cli for changed files, and workaround codespell skip list bugRémi Verschelde2023-05-081-1/+1
* | | Redo how the remote filesystem worksJuan Linietsky2023-05-082-259/+195
* | | Extract editor run toolbar into its own componentYuri Sizov2023-04-193-20/+19
* | | Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* | | Merge pull request #75765 from YuriSizov/editor-node-optimize-includesRémi Verschelde2023-04-114-2/+408
|\ \ \
| * | | Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-074-2/+408
| |/ /
* / / Poll LSP/DAP clients for connection status updatesRicardo Subtil2023-04-091-0/+1
|/ /
* | Fix premature theme item access in editor toolsYuri Sizov2023-04-032-1/+16
* | Refresh filesystem when saving remote branchkobewi2023-03-241-0/+7
|/
* Make sure Script Debugger is updated with the editor themeYuri Sizov2023-03-101-20/+28
* Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-0/+2
* Pace debugger draw requestsPedro J. Estébanez2023-02-072-1/+6
* Restore missing info in the error tooltipsPaul Joannon2023-01-281-2/+2
* Better error display in debugger panelPaul Joannon2023-01-272-7/+33
* Add EditorUndoRedoManager singletonkobewi2023-01-161-1/+1
* Move remote debug buttons to a single menu.bruvzg2023-01-141-1/+1
* Add expand modes to TextureRectkobewi2023-01-122-2/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-082-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-0523-667/+667
* Improve remote tree node tooltipskobewi2023-01-031-1/+5
* Suggest Filename in Remote Tree File DialogstmSi2022-12-251-0/+3
* Fix: Profiler and Visual Profiler start/stop state inconsistencystmSi2022-12-235-6/+45
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-1/+10
* Add remote history to EditorUndoRedoManagerkobewi2022-12-081-0/+2
* Use forward-declarations in big editor classestrollodel2022-11-293-0/+5
* [Editor] Add button to keep the debug server open.Fabio Alessandrelli2022-11-252-20/+34
* FIx debugger can't inspect sub objects.Zae2022-11-251-0/+2