如何使用xcode调试webrtc osx项目

如何使用xcode调试webrtc osx项目,xcode,macos,webrtc,osx-yosemite,ninja,Xcode,Macos,Webrtc,Osx Yosemite,Ninja,我已于2019年12月16日签出webrtc计划。当我跑的时候 gn gen out/ios--args='target\u os=“ios”target\u cpu=“arm64”--ide=xcode 它可以在ios中运行和调试 当我运行egn gen out/mac--ide=xcode--rtc\u include\u tests=true--args='is\u debug=true'时,它就可以在我的macbook中运行了。然而,断点看起来没用,程序不能在断点处停止。我应该在gn或X

我已于2019年12月16日签出webrtc计划。当我跑的时候
gn gen out/ios--args='target\u os=“ios”target\u cpu=“arm64”--ide=xcode
它可以在ios中运行和调试

当我运行
egn gen out/mac--ide=xcode--rtc\u include\u tests=true--args='is\u debug=true'
时,它就可以在我的macbook中运行了。然而,断点看起来没用,程序不能在断点处停止。我应该在gn或Xcode中进行一些特殊设置吗?Xcode调试程序已尝试此进度。

将“enable_dsyms=true”附加到--args选项中