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.
我想通过wireshark中的一些代码来看看一些事情是如何工作的。我已经阅读了一些 Wireshark 构建环境指南,但似乎缺少很多信息。我以前从未在 linux 中做过任何编程,所以请耐心等待。
在 Linux 中用于调试 Wireshark 的最佳 IDE 是什么?如果没有,那么在没有 IDE 的情况下如何调试?我真的只在 Visual Studio 中开发过,所以我被它的易用性宠坏了。
您可以将 Eclipse 用作具有调试功能的成熟 IDE。或者您可以使用 gdb 从命令行进行调试。或者您可以使用 DDD,它是 gdb 的 GUI 前端。