Previous | Next

Debugging Python: print


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

How do you see what it printed?

This is all very well, but how do you debug a plug-in running inside an application like GIMP?

I suspect most of us tend to use print a lot when debugging python -- or is that just me?

So how do you see what it printed?