This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| logicpython:cubloc_api:debug [2026/04/10 02:06] – created - external edit 127.0.0.1 | 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: | ||
| - | * [[logicpython: | ||