File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
tutorials/scripting/debug Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ broke on.
232232Debug project settings
233233----------------------
234234
235- In the project settings, there is a **Debug ** category with three subcategories
236- which control different things.
235+ In the project settings, there is a **Debug ** category with subcategories which
236+ control different things. Enable ** Advanced Settings ** to change these settings .
237237
238238Settings
239239++++++++
@@ -242,12 +242,29 @@ These are some general settings such as printing the current FPS
242242to the **Output ** panel, the maximum amount of functions when profiling
243243and others.
244244
245+ File Logging
246+ ++++++++++++
247+
248+ These settings allow you to log console output and error messages to files.
249+
245250GDScript
246251++++++++
247252
248253These settings allow you to toggle specific GDScript warnings, such as for
254+ unused variables. You can also turn off warnings completely. See
255+ :ref: `doc_gdscript_warning_system ` for more information.
256+
257+ Shader Language
258+ +++++++++++++++
259+
260+ These settings allow you to toggle specific shader warnings, such as for
249261unused variables. You can also turn off warnings completely.
250262
263+ Canvas Items
264+ ++++++++++++
265+
266+ These settings are for canvas item redraw debugging.
267+
251268Shapes
252269++++++
253270
You can’t perform that action at this time.
0 commit comments