This allows alternate ways to enable debugging. NONE means no alternate methods are allowed. URL means when the keyword SMARTY_DEBUG is found in the QUERY_STRING, debugging is enabled for that invocation of the script. If $debugging is true, this value is ignored.
有兩種方式可以開啟除錯。NONE 代表沒有別的方式可以開啟除錯。URL 表示當在 QUERY_STRING 找到關鍵字 SMARTY_DEBUG 時,在使用到程式碼時是會除錯的,但如果 $debugging 的值為 true 的話,則是不會考慮到 $debugging_ctrl 的值是如何的。