summaryrefslogtreecommitdiffstats
path: root/editor/plugins/debugger_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve editor tooltips related to debuggingHugo Locurcio2020-08-031-10/+22
| | | | | Some option names have also been made longer as we can afford using more space to display them.
* Preserving "Sync Scene Changes' and "Sync Script Changes" with Project SettingsDominik 'dreamsComeTrue' Jasiński2020-06-031-5/+2
| | | | Fixes: #38739
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+14
| | | | | Using clang-tidy's `readability-braces-around-statements`. https://clang.llvm.org/extra/clang-tidy/checks/readability-braces-around-statements.html
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
| | | | | | | | | | | | | | Which means that reduz' beloved style which we all became used to will now be changed automatically to remove the first empty line. This makes us lean closer to 1TBS (the one true brace style) instead of hybridating it with some Allman-inspired spacing. There's still the case of braces around single-statement blocks that needs to be addressed (but clang-format can't help with that, but clang-tidy may if we agree about it). Part of #33027.
* Support multiple debug protocols.Fabio Alessandrelli2020-05-121-0/+4
|
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-6/+12
| | | | | | | Part of #33027, also discussed in #29848. Enforcing the use of brackets even on single line statements would be preferred, but `clang-format` doesn't have this functionality yet.
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+0
|
* Fix "deploy with remote debug" editor option.Fabio Alessandrelli2020-03-101-0/+2
| | | | | The line to update the option was missing (rendering it useless). Of course the only one I didn't know how to test was broken.
* Allow running/debugging up to 4 instances.Fabio Alessandrelli2020-03-091-32/+33
|
* Move Debug menu logic to DebuggerEditorPluginFabio Alessandrelli2020-03-081-1/+142
|
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-0/+51