summaryrefslogtreecommitdiffstats
path: root/editor/debugger/script_editor_debugger.h
Commit message (Expand)AuthorAgeFilesLines
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-39/+39
* Remove VARIANT_ARG* macrosreduz2022-03-091-1/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Add global breakpoint listPaulb232022-01-151-0/+9
* Add option to filter the stack variables of GDScript debuggerYuri Roubinsky2022-01-121-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix debugger tab which don't resetting after pressing clear buttonYuri Roubinsky2021-11-151-1/+3
* Implemented advanced features of DAPEv1lbl0w2021-08-311-0/+3
* Implemented initial DAP supportEv1lbl0w2021-08-021-0/+10
* Add a menu action to open C++ source on GitHub in the editor debuggerHugo Locurcio2021-04-191-0/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Added debugger plugin supportsimpu2020-08-261-0/+15
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Added Custom Performance Monitor and feature to read intermediate values of M...simpu2020-06-291-10/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Add ability to export VRAM usage as CSVPedro J. Estébanez2020-04-241-0/+7
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Update editor debugger to new remote debugger.Fabio Alessandrelli2020-03-081-6/+9
* Threaded networking for editor debugger.Fabio Alessandrelli2020-03-081-23/+11
* Fix visuals of the new debugger editorMichael Alexsander2020-02-221-0/+1
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-0/+270