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

Would it be possible for you to provide us with the args.gn #8

Open
wxfSEU opened this issue May 11, 2023 · 2 comments
Open

Would it be possible for you to provide us with the args.gn #8

wxfSEU opened this issue May 11, 2023 · 2 comments

Comments

@wxfSEU
Copy link

wxfSEU commented May 11, 2023

  Hi Elmi, I hope this message finds you well. I am a software engineer from China and  I have been trying to use the newest v8 engine inspector to debug JavaScript code in my project. Your project is extremely helpful to me.
  I noticed that in your v8_inspector_example project, you built the v8 engine source code on Linux and get the libv8_monolith.a library.   I built the newest v8 engine source code on Windows10 ,  also obtained the v8_monolith.lib static library. 

But Unfortunately, I encountered some errors when using v8 engine inspector to debug JavaScript based on above v8_monolith.lib on Windows 10.
ChatGPT suggested that the problem might be due to incorrect configurations in the out/x64.release/args.gn file and I should add
"v8_enable_inspector = true" in out/x64.release/args.gn file.
Would it be possible for you to provide me with the args.gn file that you used to build libv8_monolith.a on Linux?
Your assistance would be greatly appreciated.
Thank you for your time and help.

@ahmadov
Copy link
Owner

ahmadov commented May 12, 2023

Hi, you can have a look here: https://github.com/eclipsesource/J2V8/blob/master/v8/linux-x64/args.gn

@wxfSEU
Copy link
Author

wxfSEU commented May 19, 2023

Hi ahmadov, thank you for your reply!

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