如题,最近想研究下V8源码,想着跟断点,快而且直接,但是找了很多资料,都没有找到相关资料,求助各位,先谢过各位了。

解决方案 »

  1.   

    找到解决办法了,google code wiki上就有解决办法,分享一下:From the root of your V8 checkout, run either of:build/gyp_v8 -Dtarget_arch=ia32
    build/gyp_v8 -Dtarget_arch=x64
    This will generate Xcode project files in build/ that you can then either open with Xcode or compile directly from the command line:xcodebuild -project build/all.xcodeproj -configuration Release
    xcodebuild -project build/all.xcodeproj
    Note: If you have configured your GYP_GENERATORS environment variable, either unset it, or set it to xcode for this to work.ps,来个人让我把帖子结了啊