Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nobody knows where the error console is. #108

Open
steveklabnik opened this issue Jul 5, 2011 · 5 comments
Open

Nobody knows where the error console is. #108

steveklabnik opened this issue Jul 5, 2011 · 5 comments
Milestone

Comments

@steveklabnik
Copy link
Member

I should make it a button on the GUI or something.

@wasnotrice
Copy link

And it should pop up when a program has an error. In my experience with my beginning programmer, when something doesn't work, she assumes that it's "the computer" that's not working, not her program. Given the machine she has to work on, I can't blame her ;)

Where is the error console, by the way?

@steveklabnik
Copy link
Member Author

It's mentioned in the lesson that you can bring it up with alt-/ or
command-/. But it doesn't sink in, I guess...

Bringing it up on any error may be a good idea. It basically just catches
any exception and logs it, no reason that couldn't also open the window.

@wasnotrice
Copy link

Ok, I do see where the lesson teaches about the console (I think my student blasted through that one while I wasn't looking).

I can also rationalize keeping errors hidden, so as not to overwhelm beginners. A happy medium might be a playful alert that says something like "Oops! Looks like you might have a mistake in line 4. See if you can spot it." And then something like "Give up? Here's a clue," which you could click to get the full error console.

@steveklabnik
Copy link
Member Author

Hmmm... I like it!

@urbushey
Copy link

urbushey commented Nov 5, 2011

Upvotes to showing the error console on errors or giving hints per @wasnotrice 's idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants