summaryrefslogtreecommitdiff
path: root/doc/classes/EditorDebuggerPlugin.xml
AgeCommit message (Collapse)Author
2021-06-07Style: Cleanup uses of double spaces between wordsRĂ©mi Verschelde
Or after punctuation. Tried to leave third-party stuff alone, unless it has been heavily modified for Godot.
2020-08-26Added debugger plugin supportsimpu
Changes: * EngineDebugger is exposed to gdscript. Game side of communication can be implemented through it. * EditorDebuggerPlugin is added which handles the editor side of communication.