summaryrefslogtreecommitdiff
path: root/editor/debugger/script_editor_debugger.h
AgeCommit message (Expand)Author
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-01-15Add global breakpoint listPaulb23
2022-01-12Add option to filter the stack variables of GDScript debuggerYuri Roubinsky
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-15Fix debugger tab which don't resetting after pressing clear buttonYuri Roubinsky
2021-08-31Implemented advanced features of DAPEv1lbl0w
2021-08-02Implemented initial DAP supportEv1lbl0w
2021-04-19Add a menu action to open C++ source on GitHub in the editor debuggerHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-08-26Added debugger plugin supportsimpu
2020-07-10Add override keywords.Marcel Admiraal
2020-06-29Added Custom Performance Monitor and feature to read intermediate values of M...simpu
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-24Add ability to export VRAM usage as CSVPedro J. Estébanez
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Update editor debugger to new remote debugger.Fabio Alessandrelli
2020-03-08Threaded networking for editor debugger.Fabio Alessandrelli
2020-02-22Fix visuals of the new debugger editorMichael Alexsander
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli