 
#ifndef _debug_h
#define _debug_h
#include "main.h"
void debug_init(char *path );
void debug_action(Action *a );
void debug_actionList(Action *a );
#endif
