Step by Step execution of an Hollywood script
Posted: Fri Sep 20, 2019 11:38 pm
Hello everyone,
What I miss most with Hollywood development environment is that, contrary many others, it lacks some kind of "debugger".
This "debugger' could enable to execute a script step by step, display and change content of variables.
I saw here in Lua 5.0 manual that there is a debug package which could enable this.
So I had a look at the Hollywood SDK documentation in order to write a plugin in which I could call hw_RegisterCallback(HWCB_LINEHOOK).
In my registered callback I could use debug Lua package to mimic some simple debugger.
Unfortunately it seems debug Lua package is not part of Hollywood package and can't be used.
Do you have an idea how could reach this goal or are there any plans to provide a debugger with Hollywood ?
What I miss most with Hollywood development environment is that, contrary many others, it lacks some kind of "debugger".
This "debugger' could enable to execute a script step by step, display and change content of variables.
I saw here in Lua 5.0 manual that there is a debug package which could enable this.
So I had a look at the Hollywood SDK documentation in order to write a plugin in which I could call hw_RegisterCallback(HWCB_LINEHOOK).
In my registered callback I could use debug Lua package to mimic some simple debugger.
Unfortunately it seems debug Lua package is not part of Hollywood package and can't be used.
Do you have an idea how could reach this goal or are there any plans to provide a debugger with Hollywood ?