|
@@ -232,8 +232,8 @@ broke on.
|
|
Debug project settings
|
|
Debug project settings
|
|
----------------------
|
|
----------------------
|
|
|
|
|
|
-In the project settings, there is a **Debug** category with three subcategories
|
|
|
|
-which control different things.
|
|
|
|
|
|
+In the project settings, there is a **Debug** category with subcategories which
|
|
|
|
+control different things. Enable **Advanced Settings** to change these settings.
|
|
|
|
|
|
Settings
|
|
Settings
|
|
++++++++
|
|
++++++++
|
|
@@ -242,12 +242,29 @@ These are some general settings such as printing the current FPS
|
|
to the **Output** panel, the maximum amount of functions when profiling
|
|
to the **Output** panel, the maximum amount of functions when profiling
|
|
and others.
|
|
and others.
|
|
|
|
|
|
|
|
+File Logging
|
|
|
|
+++++++++++++
|
|
|
|
+
|
|
|
|
+These settings allow you to log console output and error messages to files.
|
|
|
|
+
|
|
GDScript
|
|
GDScript
|
|
++++++++
|
|
++++++++
|
|
|
|
|
|
These settings allow you to toggle specific GDScript warnings, such as for
|
|
These settings allow you to toggle specific GDScript warnings, such as for
|
|
|
|
+unused variables. You can also turn off warnings completely. See
|
|
|
|
+:ref:`doc_gdscript_warning_system` for more information.
|
|
|
|
+
|
|
|
|
+Shader Language
|
|
|
|
++++++++++++++++
|
|
|
|
+
|
|
|
|
+These settings allow you to toggle specific shader warnings, such as for
|
|
unused variables. You can also turn off warnings completely.
|
|
unused variables. You can also turn off warnings completely.
|
|
|
|
|
|
|
|
+Canvas Items
|
|
|
|
+++++++++++++
|
|
|
|
+
|
|
|
|
+These settings are for canvas item redraw debugging.
|
|
|
|
+
|
|
Shapes
|
|
Shapes
|
|
++++++
|
|
++++++
|
|
|
|
|