- [NEW] (del debugger) Ja funciona: start, pause, stop, breakpoints, step into, step over, step out. Intentant que funcione el enviament del stackTrace

This commit is contained in:
2026-03-30 14:06:09 +02:00
parent 8a4110e821
commit 9f8533f62b
3 changed files with 187 additions and 28 deletions

2
lua.h
View File

@@ -7,3 +7,5 @@ void lua_call_init();
void lua_call_update();
void lua_quit();
void lua_kill_thread();
void lua_toggle_debug();
//void lua_disable_debug();