Calico Processing Error Messages

Issue #62 resolved
Keith O'Hara created an issue

Error Messages in Calico Processing do not give line # of the error.

Comments (5)

  1. Keith O'Hara reporter

    I saw it in python:

    from Processing import *
    window(500, 500)
    
    def draw(o, e):
        ellipse(mouseX(), mouseYz(), 50 , 50)
    
    onLoop += draw
    frameRate(60)
    loop()
    
  2. Log in to comment