Debug “Event Driven” zCube Script

First read how to install Visual Studio Code and the local Lua Debugger then add the line below in your script

require("lldebugger").start()

select the second debug configuration in VS Code

That’s it! add your breakpoints and hit F5