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.

  1. Outdated egg!
  2. allegro
  3. Functions
    1. Debugging
    2. Errors

Functions

Debugging

[procedure] (trace-prefix (string channel) (int level) (string file) (int line) (string function))

Implements _al_trace_prefix.

[procedure] (trace-level-debug)

Implements ALLEGRO_DEBUG.

[procedure] (trace-level-info)

Implements ALLEGRO_INFO.

[procedure] (trace-level-warn)

Implements ALLEGRO_WARN.

[procedure] (trace-level-error)

Implements ALLEGRO_ERROR.

[procedure] (debug-assert bool)

Implements ALLEGRO_ASSERT.

Errors

[procedure] (error-number)

Implements al_get_errno.

[procedure] (error-number-set!)

Implements al_set_errno.