From kdevelop-bugs Sun Jul 27 12:37:29 2008 From: shmulik Date: Sun, 27 Jul 2008 12:37:29 +0000 To: kdevelop-bugs Subject: [Bug 160733] Stop debugging fails to kill target process if process Message-Id: <20080727123729.31154.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=121716234201505 ------- 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