You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: