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

Expressions that throw an exception should always be highlighted in red #205

Open
tlatoza opened this issue Nov 18, 2016 · 0 comments
Open

Comments

@tlatoza
Copy link
Member

tlatoza commented Nov 18, 2016

Currently, when an expression throws an exception, it is listed as an error in the console. Hovering over the line in the console highlights the corresponding expression that is throwing the exception. This enables the user to find the error in the code.

In many cases, the user may already have their cursor in the code window. It would be easier for users to simply see all expressions throwing an exception through a highlight and then be able to select an expression in the code editor to see the corresponding message in the console highlighted.

https://seecode.run/#-KWs0kfSJRTz_AZKwiI3

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

No branches or pull requests

1 participant