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

Make stacktraces more readable #87

Open
jpsamaroo opened this issue Mar 24, 2019 · 0 comments
Open

Make stacktraces more readable #87

jpsamaroo opened this issue Mar 24, 2019 · 0 comments

Comments

@jpsamaroo
Copy link
Collaborator

Anyone who's run into an error somewhere within a Mux app knows that the stacktraces are pretty inscrutable, due to the rather heavy usage of anonymous functions. We should find a way to make stacktraces more readable without compromising performance (such as the overhead of including lots of try/catch blocks) and composability.

In parallel with generating nicer stacktraces, we should also consider a "debug mode" which would allow better introspection into "message flow" through an app, potentially at the detriment of performance if necessary. Making it easy to use any of the JuliaDebug packages to debug requests and responses would be very useful, IMO.

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

1 participant