Skip to main content

lua_g_breakpoint

Function lua_g_breakpoint 

Source
pub unsafe fn lua_g_breakpoint(
    L: *mut lua_State,
    p: *mut Proto,
    line: c_int,
    enable: bool,
)
Expand description

C++ void luaG_breakpoint(lua_State* L, Proto* p, int line, bool enable).