Skip to content

Redirect all errors to PDE console #211

@gaocegege

Description

@gaocegege

The code has errors but there is nothing shown in PDE console

fillVal <- color(126)

draw <- function() {
    fill(fillVal)
    rect(25, 25, 50, 50)
}

keyPressed <- function() {
    if (key == CODED) {
        if (keyCode == UP) {
            fillVal = 255
        } else if (keyCode == DOWN) {
            fillVal = 0
        }
    } else {
        fillVal = 126
    }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions