Hi, i would like to ask for a feature, that i think it would be great to aid developement in tide
A print function, that would print a variable value, or a string back to tide.
This function would only work on debug versions and would post a message on a print output window in Tide, that would allow us view a variable value or just a string.
Something like,
Print (x)
or
Print ("Running Loop2")
I know that you can do this with breakpoints and watch variables, but it's setup is slow, and sometimes you need the program to execute in realtime, without pausing in the breakpoint.