This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| logicpython:cubloc_api:setdebug [2026/04/10 02:40] – [Related APIs] mfranklin | logicpython:cubloc_api:setdebug [2026/04/10 06:16] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== SetDebug ====== | ||
| - | |||
| - | Enable or disable '' | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import SetDebug | ||
| - | |||
| - | SetDebug(enabled: | ||
| - | </ | ||
| - | |||
| - | ===== Parameters ===== | ||
| - | |||
| - | * **enabled**: | ||
| - | |||
| - | ===== Exceptions ===== | ||
| - | |||
| - | * [[https:// | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import SetDebug | ||
| - | |||
| - | # Example usage | ||
| - | SetDebug(True) | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||