针对 C/C++、Linux 的热交换/编辑并继续
我正在寻找一个支持(Visual Studio 的)“编辑并继续”功能的 IDE。我知道 Netbeans 有 Java 版本(称为热交换、修复并继续),但找不到有关 Linux 系统的 C/C++ 实现的任何内容。
任何帮助将非常感激。
I'm looking for an IDE that supports a (Visual Studio's) Edit and continue -like feature. I know Netbeans has it for Java (called hotswapping, Fix and continue), but can not find anything about an implementation for C/C++ for Linux systems.
Any help would be very much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,GCC 工具链中不提供此功能。您将得到的最接近的是 gdb 的倒带,但这并不相同。
To the best of my knowledge, this feature is not available in the GCC toolchain. The closest you'll get is the gdb's rewind, but that's not the same.