summaryrefslogtreecommitdiffstats
path: root/doc/classes/EngineDebugger.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-58/+29
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
|
* Added debugger plugin supportsimpu2020-08-261-0/+132
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.