0

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.

Foo Bah
  • 25,660
  • 5
  • 55
  • 79
RobotRock
  • 4,211
  • 6
  • 46
  • 86

1 Answers1

3

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.

Mahmoud Al-Qudsi
  • 28,357
  • 12
  • 85
  • 125