How can I use debug with Processing Python?

Can I use debug with Processing Python?

How can I use debug with Processing Python?

1 Like

Hi!

The debug feature in the Processing IDE is only available in Java mode.

I don’t want to sound like a pushy py5 fanboy (hopefully I’m a benign py5 fanboy), but using py5 in Thonny IDE you can use Thonny’s debug feature if you use py5 in module mode.

UPDATE: I had a closer look and py5 needs some improvement still for the Thonny IDE debug to be useful… but it looks promising. The error messages are very good in general.