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

Ways to debug an app #184

Closed
Namek opened this issue Feb 16, 2020 · 3 comments
Closed

Ways to debug an app #184

Namek opened this issue Feb 16, 2020 · 3 comments
Assignees
Milestone

Comments

@Namek
Copy link
Contributor

Namek commented Feb 16, 2020

Stores

We need access to state. I wish for at least a global variable that would contain all stores, so I could inspect it using browser DevTools.

Global variables are not the best idea for production apps though.

Source maps

I just had a runtime error (no SSCCE, sorry) and had a really hard time debugging the minified code. Besides, everyone needs debugging. Even if it's no source mapping but just JavaScript code. Somewhat issued already here: #115

@Namek
Copy link
Contributor Author

Namek commented Apr 28, 2020

@gdotdesign label feature-request?

@gdotdesign
Copy link
Member

Yep, part of this should be a dev tools story, the other is compiler / core lib.

@gdotdesign gdotdesign self-assigned this Nov 9, 2024
@gdotdesign gdotdesign added this to the 0.21.0 milestone Nov 9, 2024
@gdotdesign
Copy link
Member

Closed with #702

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

No branches or pull requests

2 participants