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

On panic replace build with panic data to show in devserver, but only during development #62

Open
marcuswhybrow opened this issue Apr 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@marcuswhybrow
Copy link
Owner

A panic during development is annoying. The page you're looking at just stops refreshing. Sometimes you don't notice. You have to pull up the devserver to check if there was a panic everytime a page stop refreshing.

If there's a panic, I want to see it in the browser. The devserver we're using is devd. Maybe that can project panics into the browser?

If not, one has to capture errors and produce an output to give to devd in usercode.

@marcuswhybrow marcuswhybrow added the enhancement New feature or request label Apr 24, 2024
@marcuswhybrow marcuswhybrow changed the title Add "dev errors" which panic during build, but appear in website during development On panic replace build with panic data to show in devserver, but only during development Apr 24, 2024
@marcuswhybrow
Copy link
Owner Author

marcuswhybrow commented Apr 24, 2024

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

No branches or pull requests

1 participant