09-07-2023, 01:29 AM
Hi to all.
I have simple question but I'm unable to find answer. Use GIMP 2.99(dev) but question probably is unrelated to version.
How to see error from calls to GIMP functions?
Imagine that I put this (in .scm file or in Script-fu console):
Where I see Gimp complaining about this? How to know why my call to for example script-fu-menu-register fails?
I have simple question but I'm unable to find answer. Use GIMP 2.99(dev) but question probably is unrelated to version.
How to see error from calls to GIMP functions?
Imagine that I put this (in .scm file or in Script-fu console):
Code:
(script-fu-menu-register "non-existing-stuff" "<Image>/Fictional/Non/Existing/Menu"
Where I see Gimp complaining about this? How to know why my call to for example script-fu-menu-register fails?