From dc7b6090bd9ceda82b2b4c240f3cc83b4100102a Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 22 Dec 2024 17:21:03 +0000 Subject: [PATCH] debug: add debug:pass for debugging the render pass --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index a65f5349..73e8d448 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -494,6 +494,7 @@ Only for developers. | error_limit | limits the number of displayed config file parsing errors. | int | 5 | | error_position | sets the position of the error bar. top - 0, bottom - 1 | int | 0 | | colored_stdout_logs | enables colors in the stdout logs. | bool | true | +| pass | enables render pass debugging. | bool | false | ### More