You can always attach the xcode debugger to an existing running program, if
that's your desire.   I'm guessing that the core developers have no use for
having an xcode project and therefor there is no automatic way to generate
an xcode project.  But that's just a guess.



On Thu, Jun 15, 2017 at 8:31 PM, Shu Dong <sd18688901...@gmail.com> wrote:

> Thank you for your reply. Because I intend to participate in the
> development of this open source project V8, so I hope to build a xcode
> project to facilitate the preparation of debugging, but in accordance with
> the official website of the steps can not be achieved.
>
>
> On Friday, June 16, 2017 at 3:42:23 AM UTC+8, Zac Hansen wrote:
>>
>> Why do you need to generate an xcode project?
>>
>> Once the files are built, there's not really much else to do with them.
>> You can add the resulting library files and header file locations to your
>> project that uses them easily enough without having an actual v8 xcode
>> project.
>>
>> On Thursday, June 15, 2017 at 3:39:44 AM UTC-7, Shu Dong wrote:
>>>
>>> I follow the Building V8 documentation,From the root of your V8
>>> checkout, run either of:
>>> gypfiles/gyp_v8 -Dtarget_arch=ia32
>>> gypfiles/gyp_v8 -Dtarget_arch=x64
>>> But I did not see all.xcodeproj in the gypfile file. Is not what step
>>> is missing?
>>>
>> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "v8-users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/v8-users/x9wvlxtiKR8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> v8-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to