Does Eclipse or other IDE's support Edit and Continue for C++?
views:
109answers:
1
+3
A:
You mean the debugger feature ? It's more a debugger-dependent than an IDE-dependent feature.
When using Eclipse, my debugger back-end is gdb, so yes, it does support Edit&Continue. (even if it's a bit odd to use, see info -f gdb -n Patching
)
Aurélien Vallée
2009-10-09 16:39:57