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

Remote Debugging JS #265

Open
nikolai-b opened this issue Sep 30, 2022 · 1 comment
Open

Remote Debugging JS #265

nikolai-b opened this issue Sep 30, 2022 · 1 comment

Comments

@nikolai-b
Copy link

I'd really like access to a debugger when mini_racer is running the JS code. I tried passing

MiniRacer::Platform.set_flags! :debug_code, :expose_inspector_scripts
# and
MiniRacer::Platform.set_flags! :inspect

as in a ideal world 🦄 🌞 I'd be able to write debugger and then be able to connect to node remotely and poke around. Just checking if anyone thinks this is possible and might have ideas on how to do it?

@tisba
Copy link
Collaborator

tisba commented Feb 15, 2023

I'm not sure if the debugger is part of V8 or something that Chrome, Chromium etc are providing on top…

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