简体   繁体   English

如何使用 xcode 调试 webrtc osx 项目

[英]How to debug webrtc osx project use xcode

I have checked out webrtc programe 2019 dec 16. When I run gn gen out/ios --args='target_os="ios" target_cpu="arm64"' --ide=xcode It's ready run and debug in ios.我已经检查了 webrtc programe 2019 dec 16. 当我运行gn gen out/ios --args='target_os="ios" target_cpu="arm64"' --ide=xcode它已准备好在 ios 中运行和调试。

When I run egn gen out/mac --ide=xcode --rtc_include_tests=true --args='is_debug=true' ,it's ready run in my macbook.当我运行egn gen out/mac --ide=xcode --rtc_include_tests=true --args='is_debug=true' ,它已准备好在我的 macbook 中运行。 However the breakpoint looks useless, and the program can't stop in breakpoint.Should I do some special setting in gn or Xcode?但是断点看起来没用,程序不能在断点处停止。我应该在gn或Xcode中做一些特殊设置吗? Xcode debuger has atteched this progress. Xcode 调试器见证了这一进展。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM