Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 DDD 来调试 Gedit 和 GTK+ 的源代码。我通过命令 ddd gedit 启动 DDD。现在我可以运行该项目并找到源代码窗口,但我看不到 Gedit 和 GTK+ 的源代码,也无法逐行运行程序。怎么做?
您必须重新编译源代码并添加调试符号。
查看 gedit 的文档以了解如何使用它们进行编译。应该有一个开发人员或黑客部分来解释如何做到这一点。