Here are some debugging techniques using the Script-Fu API function (gimp-message) To get anywhere with a script I have to write many debug statements that let me know if what I think is happening is actually happening. It’s useful to keep all those debug messages in the final script to help future me, or another Script-Fu writer. However seeing all those messages can be annoying when you’re working. How can we set up a script so that you can gain more control over those helpful messages?