Is there a way to trace e.g. parm values, var values etc? TIA,
Mic.
debugging and tracing?
Moderator: Moderators
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 ..
Personally I prefer rendering values as a text-overlay in my viewport though, like this ..
K
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));
K