You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The console limits how much data can be output but does not throw an error/warning or indicate that anything has been omitted. This caused me to believe that there was an issue in my code.
Web browser and version: Version 63.0.3239.132 (Official Build) (64-bit)
Operating System: Mac OSX Sierra (10.12.6)
Steps to reproduce this:
In the below example, the output to the p5 console begins with i at 33 (instead of 0). Opening the chrome console via inspector shows the entire output to the console. I would expect there to be a message indicating that the p5 console is limiting results, or it should be expanded to have no limit.
there's another open ticket about console errors being omitted (#468) but this ticket could be on to something, maybe it has to do with the code that's limiting the rate of the console errors! it should be delivering the console messages in batch but perhaps it is not working as expected 😄
Nature of issue?
Details about the bug:
The console limits how much data can be output but does not throw an error/warning or indicate that anything has been omitted. This caused me to believe that there was an issue in my code.
In the below example, the output to the p5 console begins with i at 33 (instead of 0). Opening the chrome console via inspector shows the entire output to the console. I would expect there to be a message indicating that the p5 console is limiting results, or it should be expanded to have no limit.
http://alpha.editor.p5js.org/jps723/sketches/HJYpA9QIG
The text was updated successfully, but these errors were encountered: