View Single Post
TheIronGolem
Senior Member
 
Join Date: Feb 2015
Posts: 676

Old April 16th, 2019, 06:11 AM
Quote:
Originally Posted by Azhrei View Post
Is there any kind of print statement that I can put into the script that will cause the output to appear in a "console" or "log" window?
Two, in fact!

"debug XYZ" will cause XYZ to appear in the debug log. You'll need to go to the Develop menu and turn on the "Enable File Debugging" option, then you'll find it in Develop -> Floating Info Windows -> Show Debug Output.

"notify XYZ" will cause a popup modal with XYZ to appear at runtime, and is more suited for quick-and-dirty debugging tasks, but has limited space and isn't always helpful when you're dealing with loops.
TheIronGolem is offline   #2 Reply With Quote