LUA debug
- borisff
-
Offline Autor
- Senior Mitglied
-
- Beiträge: 64
- Dank erhalten: 3
Hi,
isn't somewhere a tutorial/ video that shows how to use
Debugging applications in the Emulator (V5.00 and newer)
with ZeroBrane, I don't understand why I'm unable to hit breakpoints in init and loop.
Thanks
isn't somewhere a tutorial/ video that shows how to use
Debugging applications in the Emulator (V5.00 and newer)
with ZeroBrane, I don't understand why I'm unable to hit breakpoints in init and loop.
Thanks
von borisff
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
- borisff
-
Offline Autor
- Senior Mitglied
-
- Beiträge: 64
- Dank erhalten: 3
To hit breakpoints in loop function, add at the begin of loop function
require("mobdebug").on()
and before the end
require("mobdebug").off()
and than breakpoints within loop function work....
require("mobdebug").on()
and before the end
require("mobdebug").off()
and than breakpoints within loop function work....
von borisff
Bitte Anmelden oder Registrieren um der Konversation beizutreten.
Ladezeit der Seite: 1.031 Sekunden