Outdated egg!
This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for the CHICKEN 5 version of this egg, if it exists.
If it does not exist, there may be equivalent functionality provided by another egg; have a look at the egg index. Otherwise, please consider porting this egg to the current version of CHICKEN.
allegro
This document pertains to debugging related methods found in the Allegro egg.
Please see the main [allegro] wiki page for more information.
Functions
Debugging
- (trace-prefix (string channel) (int level) (string file) (int line) (string function))procedure
Implements _al_trace_prefix.
- trace-level-debugprocedure
Implements ALLEGRO_DEBUG.
- trace-level-infoprocedure
Implements ALLEGRO_INFO.
- trace-level-warnprocedure
Implements ALLEGRO_WARN.
- trace-level-errorprocedure
Implements ALLEGRO_ERROR.
- debug-assert boolprocedure
Implements ALLEGRO_ASSERT.
Errors
- error-numberprocedure
Implements al_get_errno.
- error-number-set!procedure
Implements al_set_errno.