Commit Graph

8 Commits

Author SHA1 Message Date
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