Edit and Continue in Qt IDE
-
Is there Edit and Continue feature in Qt just like in Visual Studio...If so please explain how to use it....
Any help is appreciated.....
-
AFAIK QtCreator does not support that feature.
You can add a compiler switch in the .pro file to enable debugging format to be compatible with it (the -ZI switch) so that you can use it with Qt in Visual Studio, but there's no support for that in the QtCreator IDE.