-
Notifications
You must be signed in to change notification settings - Fork 270
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
[Feature] Support direct debugging when using Chakra in VS Code #1371
Comments
Hello @harinikmsft, @EricCornelson.
It seems that VS uses some other method or additional processing to attach to an application process via its PID. |
@harinikmsft, just a friendly ping on this. We also found out that the default inspector URL for debugging Chakra Core is |
Hi @harinikmsft, do you have a chance to look at this? |
Hi @RedMickey - sorry for not responding earlier. Since we are working on bringing up Hermes across all platforms including Windows in the next version update with direct debugging, we can deprioritize this ask for Chakra Core direct debugging and focus instead on making the Hermes experience better. Thanks for following up. |
@harinikmsft we are closing this issue until you come back to working on that task. Please, reopen it when the right moment comes. |
🚀 Feature request
You can use VS Code for direct debugging when using V8/Hermes, but not for Chakra. This issue is for adding support.
What scenarios will this solve?
The only way to do direct debugging with Chakra is through Visual Studio. Adding support for VS Code would allow developers to pick the tool that better suits their needs.
The text was updated successfully, but these errors were encountered: