Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The way how errors and warnings are displayed could be improved. Important messages are currently very easy to miss. I would guess that especially beginner programmers just ignore the error and warning messages as there are so much more to think than to click Debugger tab and then Errors tab. These messages should not require two clicks to see.
Example
I wrote a simple program. I didn't run it yet. There is an error about expecting intended block. The error seems to have nothing to do with my code. Maybe I just ignore all these messages.
Lets run the program. For some reason the timer didn't do anything. Well, at least the red error disappeared.
Proposal
If the warning were displayed below the line that caused the warning, the bug would be quickly fixed. Example UI mockup:
Beta Was this translation helpful? Give feedback.
All reactions