This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| logicpython:cubloc_api:debug [2026/04/10 02:52] – [Example] mfranklin | logicpython:cubloc_api:debug [2026/04/10 06:15] (current) – removed mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Debug ====== | ||
| - | |||
| - | Print debug '' | ||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import Debug | ||
| - | |||
| - | Debug(*values: | ||
| - | </ | ||
| - | |||
| - | ===== Example ===== | ||
| - | |||
| - | <code python> | ||
| - | from cubloc import Debug, CR | ||
| - | |||
| - | # Print a debug line on the serial monitor. | ||
| - | Debug(" | ||
| - | </ | ||
| - | |||
| - | ===== Related APIs ===== | ||
| - | |||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||
| - | * [[logicpython: | ||