------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=160733 ------- Additional Comments From shmulik.bezalel gmail com 2008-07-27 14:37 ------- Its only append if I add target of lib ot libtool to the project. //to monitor the problem create new project name test_gdb in main add the next line while(true) { sleep(1); } set break point on sleep and run the program in the debugger remove the break point wait 2 seconds and set again the break point it's ok. now -> add new subproject name test1 add target to test1 (lib or libtool) compile the program set breakpoint on sleep and run the program in the debugger remove the break point wait 2 seconds and set again the break point the breakpinit is not in red color stop debug cause that the gdb still running + the process and we need kill it from terminal. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs