Hi,
<br><br> I am trying to debug QGIS in QtCreator - IDE and the
platform i am working is Ubuntu Maverick(10.10), I followed the steps
as below <br><br>Using QtCreator with QGis is easy. To open QGis in it you should do:
<br><br> 1. In menu File->Open File or Project (Ctrl+O);
<br> 2. In open file dialog find CMakeLists.txt in the root of QGIs
<br> (/usr/local/src/qgis_trunk/CMakeLists.txt) and open it;
<br> 3. Run cmake in CMake Wizard. You can run it after adding project for
<br> this you should navigate to cmake build directory it is qtcreator-build in
<br> project root and run ccmake .. like usually);
<br> 4. After that QtCreator adds the new project with name qgis-1.x.x.
<br> 5. If you need to correct cmake options you can do it now (see 3);
<br> 6. Compile QGis (Ctrl+B);
<br> 7. Switch to tab Projects. In section Build Settings->Build Steps push
<br> Details button and add in Additional arguments: install.
<br> 8. In section Run Settings push +Add and select in combo box Custom
<br> Executable then push Details and add in Executable:
<br> /patch/to/qgis/executable (/usr/local/bin/qgis);
<br> 9. Start Debugging QGis: F5.
<br><br> <b>Can you please give me brief steps to follow after giving break points?
<br></b><br> I tried "debug -> start debugging" , but the process did not stop at break point, it goes on running the QGIS Application .
<br><br>And one more question, <b>whether QtCreator- IDE is recommended for visual debugging of QGIS or any other IDE is available?</b><br>
<br>Regards,
<br>Sunil