Page 1 of 1

debugging and tracing?

Posted: Sun Jun 12, 2011 3:29 am
by Mic
Is there a way to trace e.g. parm values, var values etc? TIA,

Mic.

Posted: Sun Jun 12, 2011 10:20 am
by Kjell
Hi Mic,

Yes there is, even though it's missing from the documentation / help. Use the trace() function to write a string to the log ( also works in FL Studio ). For example ..

Code: Select all

trace(intToStr(App.Time));
Personally I prefer rendering values as a text-overlay in my viewport though, like this ..

Image

K