aml_dbgr
void aml_dbgr(struct aml_environ *, struct aml_environ *);
#define AML_DEBUGGER(x, y) aml_dbgr(x, y)
aml_dbgr(&env, &env);