From kdevelop-bugs Fri Sep 29 07:37:04 2006 From: Syam Date: Fri, 29 Sep 2006 07:37:04 +0000 To: kdevelop-bugs Subject: [Bug 134827] New: Debug / Debugging options are disabled Message-Id: <20060929093702.134827.sonix_666 () yahoo ! co ! uk> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306953410530 ------- 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=134827 Summary: Debug / Debugging options are disabled Product: kdevelop Version: 3.3.92 Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: sonix_666 yahoo co uk Version: 3.3.92 (using KDE KDE 3.5.3) Installed from: Compiled From Sources Compiler: gcc 4.1.1 gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1) OS: Linux I compiled KDevelop 3.3.92 from sources from KDevelop website. I am doing a qmake project. I am able to set breakpoints and start the debugger. The program runs, and stops at the breakpoint as expected. But the problem is that the Step over, step into etc. buttons (and menu items) are disabled. The 'interrupt' option is enabled, but there's no effect. Due to the above issue, I am unable to debug. I tried creating a simple hello world c++ app, and by changing 'debugging shell' from 'libtool' to empty and by entering gdb path in debugger path, I am able to debug.