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

add xsbug to XS? #76

Open
bmeck opened this issue Aug 8, 2019 · 2 comments
Open

add xsbug to XS? #76

bmeck opened this issue Aug 8, 2019 · 2 comments

Comments

@bmeck
Copy link

bmeck commented Aug 8, 2019

XS has a custom executable for debugging unlike the other engines. What are the thoughts on including it? Seems like a doable PR if I know any objections or constraints.

@mathiasbynens
Copy link
Member

jsvu is intended to provide JavaScript engine binaries for use on the command-line and with eshost. On first glance, xsbug does not seem to be a separate JavaScript engine, but a separate binary to be used alongside an xs environment. As such I'm leaning towards not doing this, but I'd love to understand your use case better! Can you elaborate? cc @phoddie

@bmeck
Copy link
Author

bmeck commented Aug 8, 2019

Mostly I'm trying to debug things and not just run them ;p , using a version manager is easier than telling peers to build from scratch. d8 ships with this by default https://v8.dev/docs/inspector but other engines might not.

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

2 participants