Logic Machine Forum
Scripting debug - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Scripting debug (/showthread.php?tid=6021)



Scripting debug - Chandrias - 11.06.2025

Hello everybody,

Is there a possibility of debugging scripts in LM?


RE: Scripting debug - CristianAgata - 11.06.2025

(11.06.2025, 17:32)Chandrias Wrote: Hello everybody,

Is there a possibility of debugging scripts in LM?

Hi,
You can add this in the point of the script that you want check.

log(variable,variable2...., variablex)

Hope this can help you.


RE: Scripting debug - Daniel - 12.06.2025

Check also error log, it may say something.


RE: Scripting debug - Chandrias - 14.06.2025

Works fine. Thank you