Question

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.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top