debugging and tracing?

Discuss the ZGameEditor Visualizer plugin for FL-Studio.

Moderator: Moderators

Post Reply
Mic
Posts: 47
Joined: Mon May 30, 2011 8:10 pm

debugging and tracing?

Post by Mic »

Is there a way to trace e.g. parm values, var values etc? TIA,

Mic.
User avatar
Kjell
Posts: 1876
Joined: Sat Feb 23, 2008 11:15 pm

Post 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
Post Reply