- [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

View File

@@ -740,6 +740,8 @@ int main(int argc,char*argv[]){
//} else {
// should_exit=true;
//}
} else if (mini_eve.key.scancode == SDL_SCANCODE_F11) {
lua_toggle_debug();
} else if (mini_eve.key.scancode == SDL_SCANCODE_F5) {
should_exit=true;
} else {