Drawing, Color, and Debugging in p5.js

Resources

Debugging Your Code

  • To see problems with your code as well as any print messages in your code, look in the console window.
  • To see live changes and the console simultaneously, try checking the auto-refresh button.
  • See these tips from p5.js about debugging code.
  • Classwork