For debugging purposes
Use print():
print('MY MESSAGE'); // MY MESSAGE
b = box();
print(b); // <Solid:Box numShells="1">
I remember the normal console.log() would also work but i does not. Will fix it.
Also a section on debugging in the docs is on the planning.
Thanks for the feedback!
1 Like
yeah, I tried the console.log() inderdaad. Good to know that print works fine