Commit Graph

11 Commits

Author SHA1 Message Date
Hugo Locurcio
73919fe092 Document the GDScript debugger not supporting threads yet
The notice is duplicated to make it harder to miss.

See https://github.com/godotengine/godot/issues/2446.
2020-08-29 02:23:46 +02:00
Matthew
b75fd032ef Put Debugger panel info on a new page and add info (#3673)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-06-14 00:13:51 +02:00
Hugo Locurcio
d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
Nathan Lovato
9329aa8b51 Edit overview_of_debugging_tools (#2999)
Rewrite the intro to explain what the reader will find in this guide and list
debugging tools right away.

Review grammar and improve the text's clarity.
2020-01-23 02:18:27 +01:00
Rémi Verschelde
e23ee5b081 Fix typos with codespell
Using codespell 1.16.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-12-06 22:07:59 +01:00
Matthew
628beb5d67 Add information on profiler and misc debugging tools (#2968) 2019-12-06 09:39:48 +01:00
Matthew Ehrenhofler
d2cd211aca Update debug images for Godot 3.2, add information and reword some descriptions (#2792) 2019-10-29 12:22:02 +01:00
Rémi Verschelde
5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Rémi Verschelde
4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Vikram1323
84da55379e Update overview_of_debugging_tools.rst 2018-10-15 22:38:19 +05:30
ZX-WT
d191b743a6 added debug overview 2018-03-20 22:45:51 +08:00