academy.debug¶
set_academy_debug
¶
set_academy_debug(debug_mode: bool = True) -> None
Set academy debug mode.
When debug mode is set, errors in critical tasks will raise a SystemExit exception causing the thread to exit. These critical tasks are expected not to raise exceptions, and any exception indicate something within Academy has broken.