<div dir="ltr"><div><div>Hi,<br><br></div>In order to be able to run kdevelop in gdb I have added this line to the CMakeLists.txt file in the kdevelop root directory:<br><br></div><div>set(CMAKE_BUILD_TYPE, "debug")<br></div><div>set(CMAKE_CXX_FLAGS_DEBUG "-ggdb")<br><br></div><div>Then I use:<br><br></div><div>cmake CMakeLists.txt<br></div><div>make clean (without this the build often fails with the "main not found" message)<br></div><div>make -j8<br></div><div>gdb kdevelop (gives: no debugging symbols found)<br><br>What am I doing wrong that the debug symbols are not set? <br><br>Is there a guide about the development environment for kdevelop or something more general?<br><br></div><div>Best regards!<br></div><div>Mili<br></div><div><br><br></div></div>