When compiled with the symbol AGL_DEVEL defined, the binder understands the 2 configuration variables:

To use these variables, assign it the list of break or wait points to reach.

Example:

$ AFB_DEBUG_BREAK=main-entry AFB_DEBUG_WAIT=start-load,start-exec afb-daemon ....

This tells to afb-daemon to break at the point main-entry and to wait at the points start-load and start-exec.

The items of the list can be separated using comma, space, tab or new-line.

The break/wait points are, in the order of their occurrence:

Note also that a call to 'personality' is inserted just after the point start-start.