Skip to content

Console.log() printing to browser console instead of p5 console #2518

Closed
@CubeOfCheese

Description

@CubeOfCheese

p5.js version

most recent I'm assuming.

What is your operating system?

Windows

Web browser and version

Firefox Version 118.0.1

Actual Behavior

Console.log is printing to the browser's console

Expected Behavior

console.log should print to the p5 editor console

Steps to reproduce

Steps:

  1. open new editor window
  2. create a console.log statement
  3. hit run
  4. open dev tools to see that it is printing to the browser console

Snippet:

console.log("HI");

p5 console log error screenshot

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugError or unexpected behaviorsGood Medium IssueA moderately complex issue for contributors with some experiencePriority:HighShould be addressed soon but not critical

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions