<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello Everybody,<br><br>Has anybody tried to debug a CMake itk project
in kdevelop? Should I change something in CMakeList.txt in order to be
able to place a breakpoint? <br>Here is what I did, I create a
kdevelop project by "-G KDevelop3 - Unix Makefiles" which makes both
Kdevelop and Makefile (cmake-ver2.6). Then I opened the project in
Kdevelop. It is built fine and even one can debug it in gdb by by
"break", "run", etc. But when I opened it in Kdevelop and tried to stop
the program on a breakpoint and step through, nothing happen. It seems
that program stops somewhere but it does not show where! I have used
kdevelop for debugging purpose before but not for a Cmake project, this
is why I think that I must be missing something very obvious for an
expert. I read somewhere [1] that I should compile my program with "-g3
-O0" but I don't where I should put that option in Cmake. I am assuming
that it has already had "-g" because I am able to debug using gdb. <br><br>I would be thankful if you can help.<br><br>[1] <a target="_blank" href="http://www.kdevelop.org/mediawiki/index.php/FAQ#Debug_FAQs"><span class="yshortcuts" id="lw_1219424739_0">http://www.kdevelop.org/mediawiki/index.php/FAQ#Debug_FAQs</span></a><br><br><br>Regards,<br>Kayhan</div></div><br>

      </body></html>