github.com/aergoio/aergo@v1.3.1/contract/debug.h (about) 1 // +build Debug 2 3 #ifndef _DEBUG_H 4 #define _DEBUG_H 5 6 #include "lua.h" 7 8 const char *vm_set_debug_hook(lua_State *L); 9 10 #endif