Previous | Next

Debugging Python


  print "Layer size is", layer.width, "x", layer.height

How do you see what it printed?

Or: Python debuggers







Since Python plug-ins run in a separate process, you can get the process ID and attach a debugger to them.

Mostly, though, GIMP plug-ins won't be complex enough to need that.