- [NEW] [debugger] Quan hi ha una excepció, ho notifica al adapter i li dona la info necessaria

This commit is contained in:
2026-03-31 18:21:05 +02:00
parent 6e5f9fb1a8
commit 7739b563f3
2 changed files with 174 additions and 8 deletions

View File

@@ -791,6 +791,7 @@ int main(int argc,char*argv[]){
if (SDL_GetTicks()-dt>13) {
dt = SDL_GetTicks();
lua_process_debugger_commands();
if (lua_is_playing()) {
lua_call_update();
} else {