summaryrefslogtreecommitdiff
path: root/editor/debugger/editor_debugger_node.h
AgeCommit message (Expand)Author
2022-11-25[Editor] Add button to keep the debug server open.Fabio Alessandrelli
2022-11-16Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde
2022-11-16Remove more instances of 'instance' being used as a verbVolTer
2022-11-14[Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli
2022-10-20Add buttons in Remote Scene TreeMicky
2022-08-22Add per-scene UndoRedokobewi
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-06-20Clean up Hash Functionsreduz
2022-06-06Fix Debugger tab not updating when clearing errorskobewi
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-04Auto-Increment Debugger PortNathan Franke
2021-08-29[Editor] Editor debugger binds according to editor settings.Fabio Alessandrelli
2021-08-21Fix camera override not workingrequizm
2021-08-02Implemented initial DAP supportEv1lbl0w
2021-07-18Optimize StringName usagereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-17Debugger: Save options in project metadataRémi Verschelde
2020-08-26Added debugger plugin supportsimpu
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-08Threaded networking for editor debugger.Fabio Alessandrelli
2020-02-23Fix Breakpoint compare in new Debugger.Fabio Alessandrelli
2020-02-22Fix visuals of the new debugger editorMichael Alexsander
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli