[[tags: allegro game]] == allegro This document pertains to debugging related methods found in the Allegro egg. Please see the main [allegro] wiki page for more information. [[toc:]] == Functions === Debugging (trace-prefix (string channel) (int level) (string file) (int line) (string function)) Implements _al_trace_prefix. (trace-level-debug) Implements ALLEGRO_DEBUG. (trace-level-info) Implements ALLEGRO_INFO. (trace-level-warn) Implements ALLEGRO_WARN. (trace-level-error) Implements ALLEGRO_ERROR. (debug-assert bool) Implements ALLEGRO_ASSERT. === Errors (error-number) Implements al_get_errno. (error-number-set!) Implements al_set_errno.